summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix too early enabling of rx during ath_startrecv()Felix Fietkau2011-04-121-1/+1
* ath9k: fix PS-Poll reception on AR9160 and earlierFelix Fietkau2011-04-121-3/+1Star
* ath9k: configure beacons based on hw opmodeRajkumar Manoharan2011-04-071-1/+1
* ath9k: remove support for the FIF_PROMISC_IN_BSS filter flagFelix Fietkau2011-03-111-3/+1Star
* mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-231-1/+1
* ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau2011-01-281-24/+64
* ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-281-3/+3
* ath9k: remove support for virtual wiphysFelix Fietkau2011-01-281-59/+4Star
* ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear2011-01-191-2/+14
* ath9k: Fix warnings on card removalRajkumar Manoharan2010-12-221-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-1/+8
|\
| * ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2010-12-071-1/+8
| * Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville2010-12-021-3/+1Star
| * ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2010-11-301-1/+3
* | ath9k: Remove dead code in recv.cMohammed Shafi Shajakhan2010-12-071-5/+4Star
* | ath9k: Properly use unlikely check macroMohammed Shafi Shajakhan2010-12-071-3/+4
* | ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear2010-12-071-2/+6
* | ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-17/+16Star
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-8/+7Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-11-241-3/+3
|\|
| * ath9k: fix timeout on stopping rx dmaFelix Fietkau2010-11-221-1/+1
| * ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan2010-11-081-2/+2
* | ath9k: move the PCU lock to the sc structureLuis R. Rodriguez2010-11-151-1/+1
* | ath9k: add a debug warning when we cannot stop RXLuis R. Rodriguez2010-11-151-0/+2
* | ath9k: optimize/fix ANI RSSI processingFelix Fietkau2010-11-091-26/+12Star
|/
* ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez2010-10-271-2/+0Star
* ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez2010-10-271-3/+3
* ath9k: add locking for starting the PCU on RXLuis R. Rodriguez2010-10-271-3/+4
* ath9k: add locking for stopping RXLuis R. Rodriguez2010-10-271-2/+2
* ath9k: Null out references to stale pointers.Ben Greear2010-10-151-0/+5
* ath9k: Remove bf_dmacontext.Ben Greear2010-10-151-2/+0Star
* ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen2010-10-131-2/+1Star
* mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear2010-09-271-1/+5
* ath9k_hw: simplify revision checks for AR9285Felix Fietkau2010-09-271-1/+1
* ath9k_hw: simplify revision checks for AR9280Felix Fietkau2010-09-271-1/+1
* ath9k: fix regression which prevents chip sleep after CAB dataSenthil Balasubramanian2010-09-161-1/+1
* ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez2010-09-161-2/+2
* ath9k: fix power save race conditionsLuis R. Rodriguez2010-09-161-0/+3
* ath9k: make ath_ant_div_conf_fast_divbias staticJohn W. Linville2010-09-161-1/+1
* ath9k: calcrxfilter should take multiple VIFs into account.Ben Greear2010-09-161-3/+3
* ath9k_hw: remove useless hw capability flagsFelix Fietkau2010-09-141-2/+1Star
* ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan2010-09-071-0/+545
* ath9k: fix spurious MIC failure reportsFelix Fietkau2010-08-311-8/+11
* ath9k: fix erased ieee80211_rx_status.mactimeJan Friedrich2010-08-041-5/+5
* ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau2010-06-141-3/+0Star
* ath9k: fix extending the rx timestamp with the hardware TSFFelix Fietkau2010-06-141-3/+14
* ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez2010-06-141-2/+2
* ath9k: fix dma sync in rx pathMing Lei2010-06-041-3/+7
* ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan2010-06-021-1/+2
* ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan2010-06-021-1/+2