aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi2012-09-141-1/+1
* ath9k: disable unnecessary PHY error reportingFelix Fietkau2011-11-111-4/+1
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k: make sure main_rssi is positiveMohammed Shafi Shajakhan2011-05-161-2/+2
* ath9k: configure fast_div_bias based on diversity groupMohammed Shafi Shajakhan2011-05-161-43/+131
* ath9k: Implement an API to swap main/ALT LNA'sMohammed Shafi Shajakhan2011-05-161-1/+30
* ath9k_hw: define antenna diversity groupMohammed Shafi Shajakhan2011-05-161-1/+1
* ath9k: Fix rssi update in ad-hoc modeRajkumar Manoharan2011-05-101-1/+2
* ath9k: avoid enabling interrupts while processing rxRajkumar Manoharan2011-05-101-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-261-3/+3
|\
| * ath9k: fix the return value of ath_stoprecvFelix Fietkau2011-04-191-1/+1
| * ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau2011-04-121-3/+3
* | ath9k: remove the unlikely check for autosleepMohammed Shafi Shajakhan2011-04-251-1/+1
* | ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan2011-04-251-2/+1
* | 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/+1
* | 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/+1
* 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/+4
* 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/+1
| * 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/+4
* | 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/+16
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-8/+7
* | 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/+12
|/
* ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez2010-10-271-2/+0
* 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/+0
* ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen2010-10-131-2/+1
* 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