aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+8
2010-12-07ath9k: Remove dead code in recv.cMohammed Shafi Shajakhan1-5/+4
2010-12-07ath9k: Properly use unlikely check macroMohammed Shafi Shajakhan1-3/+4
2010-12-07ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear1-2/+6
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-17/+16
2010-12-07ath: 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-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John 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-09ath9k: optimize/fix ANI RSSI processingFelix Fietkau1-26/+12
2010-11-08ath9k: 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-14ath9k_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-02ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-02ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan1-1/+2
2010-06-02ath9k: Clean up few function parameters in recv.cVasanthakumar Thiagarajan1-15/+8
2010-06-02ath9k: Move ath9k specific RX code to driverSujith1-4/+263
2010-06-02ath9k: fix dma direction for map/unmap in ath_rx_taskletMing Lei1-2/+2
2010-05-24ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan1-5/+12
2010-05-11ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()Vasanthakumar Thiagarajan1-2/+0