aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-11ath9k: Fix IBSS joiner modeSujith Manoharan1-1/+1
2013-02-01ath9k: Fix sparse __CHECK_ENDIAN__ for spectral codeSven Eckelmann1-4/+5
2013-02-01ath9k: Only add fix_rssi_inv_only when spectral code is usedSven Eckelmann1-0/+2
2013-02-01ath9k: Only process fft samples when ATH9K_DEBUGFS is enabledSven Eckelmann1-1/+1
2013-02-01ath9k: report A-MPDU statusChristian Lamparter1-0/+20
2013-01-30ath9k: Update spectral scan output dataSven Eckelmann1-6/+8
2013-01-30ath9k: drop spectral packets after processing themSimon Wunderlich1-15/+22
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-39/+15
2013-01-14ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau1-13/+0
2013-01-11ath9k: fix rx flush handlingFelix Fietkau1-7/+9
2013-01-11ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau1-15/+0
2013-01-11ath9k: do not link receive buffers during flushFelix Fietkau1-4/+6
2013-01-09ath9k: add spectral scan featureSimon Wunderlich1-0/+106
2013-01-07ath9k: use the devres API for allocations/mappingsFelix Fietkau1-10/+1
2012-12-11ath9k: RX timestamp is reported at end of frameThomas Pedersen1-1/+1
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-10-29ath9k: Ensure we set FTP_STOMP_LOW weight when WLAN is idleMohammed Shafi Shajakhan1-1/+4
2012-09-28ath9k: Fix rx filtering issue for older chipsThomas Wagner1-2/+2
2012-08-13ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi1-1/+1
2012-07-17ath9k: Cleanup beacon logicSujith Manoharan1-1/+1
2012-07-09ath9k: set 4ADDRESS bit in RX filter for AR9550Gabor Juhos1-0/+3
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+4
2012-06-27ath9k: fix panic caused by returning a descriptor we have queued for reuseTom Hughes1-2/+2
2012-06-25ath9k: fix dynamic WEP related regressionFelix Fietkau1-1/+2
2012-06-06ath9k: Fix powersave lockingSujith Manoharan1-7/+6
2012-06-06ath9k: Use atomic operationsSujith Manoharan1-5/+5
2012-06-06ath9k: Move LNA code to antenna.cSujith Manoharan1-740/+0
2012-06-06ath9k: improve BT FTP/PAN performanceRajkumar Manoharan1-0/+1
2012-06-06ath9k: Remove SC_OP_OFFCHANNELSujith Manoharan1-2/+2
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-04-23ath9k: don't strip mic on non-encrypted frames in tkipMichael Liang1-0/+1
2012-04-23ath9k: Fix compile warnings when DEBUGFS is disabled.Ben Greear1-1/+1
2012-04-11ath9k: Add more recv stats.Ben Greear1-9/+26
2012-04-09ath9k: recover ar9380 chips from rare stuck stateRajkumar Manoharan1-0/+4
2012-03-26ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet1-2/+2
2012-03-12ath9k: Fix mactime from being clobbered in rx_statusAshok Nagarajan1-2/+2
2012-03-07ath9k: fix signal strength reporting issuesFelix Fietkau1-5/+7
2012-03-07ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau1-23/+22
2012-03-05ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan1-7/+2
2012-02-06ath9k: fix a WEP crypto related regressionFelix Fietkau1-0/+8
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-9/+8
2011-12-16ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan1-0/+1
2011-11-30ath9k: minor cleanupMohammed Shafi Shajakhan1-1/+0
2011-11-30ath9k: change the default antenna settings based on diversityMohammed Shafi Shajakhan1-9/+14
2011-11-21ath9k: trivial: reorder rx_tasklet processingZefir Kurtisi1-5/+5
2011-10-11ath9k: only send FCS-fail packets to mac80211 if requestedFelix Fietkau1-1/+2
2011-10-11ath9k_hw: fix a regression in key miss handlingFelix Fietkau1-13/+14
2011-10-11ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by defaultFelix Fietkau1-1/+1
2011-10-11ath9k: disable unnecessary PHY error reportingFelix Fietkau1-4/+1
2011-09-30ath9k: Remove redundant my beacon check at ath_rx_ps_beaconRajkumar Manoharan1-17/+6