aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-11ath9k: Fix bug in handling rx frames with invalid descriptor contentVasanthakumar Thiagarajan1-0/+1
2010-04-16ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan1-1/+1
2010-04-16ath9k_hw: move AR9002 mac ops to its own fileLuis R. Rodriguez1-0/+1
2010-04-16ath9k: Add Rx EDMA supportFelix Fietkau1-106/+411
2010-03-31ath9k: allocate tx and rx status information on stackFelix Fietkau1-10/+12
2010-03-31ath9k: split out access to rx status informationFelix Fietkau1-9/+5
2010-02-01ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin1-1/+1
2010-01-12ath9k: Add debugfs file for RX errorsSujith1-0/+2
2010-01-12ath9k: Cleanup Powersave flagsSujith1-18/+18
2009-11-11ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez1-280/+4
2009-11-11ath9k: move RX skb post processing to a helperLuis R. Rodriguez1-37/+52
2009-11-11ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez1-1/+1
2009-11-11ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()Luis R. Rodriguez1-10/+10
2009-11-11ath9k: move the max rx buffer size check to ath9k_rx_accept()Luis R. Rodriguez1-4/+7
2009-11-11ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez1-15/+20
2009-11-11ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()Luis R. Rodriguez1-3/+3
2009-11-11ath9k: avoid the copy skb->cb on every RX'd skbLuis R. Rodriguez1-22/+16
2009-11-11ath9k: move rssi processing into a helperLuis R. Rodriguez1-17/+27
2009-11-11ath9k: move qual processing into a helperLuis R. Rodriguez1-32/+42