summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/recv.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13ath9k: fix too early enabling of rx during ath_startrecv()Felix Fietkau1-1/+1
2011-04-13ath9k: fix PS-Poll reception on AR9160 and earlierFelix Fietkau1-3/+1
2011-04-07ath9k: configure beacons based on hw opmodeRajkumar Manoharan1-1/+1
2011-03-11ath9k: remove support for the FIF_PROMISC_IN_BSS filter flagFelix Fietkau1-3/+1
2011-02-24mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-01-28ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau1-24/+64
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau1-3/+3
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau1-59/+4
2011-01-19ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear1-2/+14
2010-12-22ath9k: Fix warnings on card removalRajkumar Manoharan1-1/+2
2010-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+8
2010-12-08ath9k: Remove dead code in recv.cMohammed Shafi Shajakhan1-5/+4
2010-12-08ath9k: Properly use unlikely check macroMohammed Shafi Shajakhan1-3/+4
2010-12-08ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear1-2/+6
2010-12-08ath: Convert ath_print to ath_dbgJoe Perches1-17/+16
2010-12-08ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-8/+7
2010-12-07ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian1-1/+8
2010-12-02Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville1-3/+1
2010-11-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian1-1/+3
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2010-11-22ath9k: fix timeout on stopping rx dmaFelix Fietkau1-1/+1
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez1-1/+1
2010-11-15ath9k: add a debug warning when we cannot stop RXLuis R. Rodriguez1-0/+2
2010-11-10ath9k: optimize/fix ANI RSSI processingFelix Fietkau1-26/+12
2010-11-09ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan1-2/+2
2010-10-27ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez1-2/+0
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez1-3/+3
2010-10-27ath9k: add locking for starting the PCU on RXLuis R. Rodriguez1-3/+4
2010-10-27ath9k: add locking for stopping RXLuis R. Rodriguez1-2/+2
2010-10-15ath9k: Null out references to stale pointers.Ben Greear1-0/+5
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear1-2/+0
2010-10-13ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen1-2/+1
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear1-1/+5
2010-09-27ath9k_hw: simplify revision checks for AR9285Felix Fietkau1-1/+1
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau1-1/+1
2010-09-16ath9k: fix regression which prevents chip sleep after CAB dataSenthil Balasubramanian1-1/+1
2010-09-16ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez1-2/+2
2010-09-16ath9k: fix power save race conditionsLuis R. Rodriguez1-0/+3
2010-09-16ath9k: make ath_ant_div_conf_fast_divbias staticJohn W. Linville1-1/+1
2010-09-16ath9k: calcrxfilter should take multiple VIFs into account.Ben Greear1-3/+3
2010-09-15ath9k_hw: remove useless hw capability flagsFelix Fietkau1-2/+1
2010-09-07ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan1-0/+545
2010-08-31ath9k: fix spurious MIC failure reportsFelix Fietkau1-8/+11
2010-08-04ath9k: fix erased ieee80211_rx_status.mactimeJan Friedrich1-5/+5
2010-06-14ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau1-3/+0
2010-06-14ath9k: fix extending the rx timestamp with the hardware TSFFelix Fietkau1-3/+14
2010-06-14ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez1-2/+2
2010-06-04ath9k: fix dma sync in rx pathMing Lei1-3/+7
2010-06-03ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-03ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan1-1/+2