summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ath9k: Clean up few function parameters in recv.cVasanthakumar Thiagarajan2010-06-021-15/+8Star
* ath9k: Move ath9k specific RX code to driverSujith2010-06-021-4/+263
* ath9k: fix dma direction for map/unmap in ath_rx_taskletMing Lei2010-06-021-2/+2
* ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan2010-05-241-5/+12
* ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()Vasanthakumar Thiagarajan2010-05-111-2/+0Star
* ath9k: Fix bug in handling rx frames with invalid descriptor contentVasanthakumar Thiagarajan2010-05-111-0/+1
* ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan2010-04-161-1/+1
* ath9k_hw: move AR9002 mac ops to its own fileLuis R. Rodriguez2010-04-161-0/+1
* ath9k: Add Rx EDMA supportFelix Fietkau2010-04-161-106/+411
* ath9k: allocate tx and rx status information on stackFelix Fietkau2010-03-311-10/+12
* ath9k: split out access to rx status informationFelix Fietkau2010-03-311-9/+5Star
* ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin2010-02-011-1/+1
* ath9k: Add debugfs file for RX errorsSujith2010-01-121-0/+2
* ath9k: Cleanup Powersave flagsSujith2010-01-121-18/+18
* ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez2009-11-111-280/+4Star
* ath9k: move RX skb post processing to a helperLuis R. Rodriguez2009-11-111-37/+52
* ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez2009-11-111-1/+1
* ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()Luis R. Rodriguez2009-11-111-10/+10
* ath9k: move the max rx buffer size check to ath9k_rx_accept()Luis R. Rodriguez2009-11-111-4/+7
* ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez2009-11-111-15/+20
* ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()Luis R. Rodriguez2009-11-111-3/+3
* ath9k: avoid the copy skb->cb on every RX'd skbLuis R. Rodriguez2009-11-111-22/+16Star
* ath9k: move rssi processing into a helperLuis R. Rodriguez2009-11-111-17/+27
* ath9k: move qual processing into a helperLuis R. Rodriguez2009-11-111-32/+42
* ath9k: move rate descriptor reading into a helperLuis R. Rodriguez2009-11-111-29/+43
* ath9k: remove temp variable ratecode from ath_rx_prepare()Luis R. Rodriguez2009-11-111-5/+2Star
* ath9k: move RX check code into helper ath9k_rx_accept()Luis R. Rodriguez2009-11-111-22/+41
* ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()Luis R. Rodriguez2009-11-111-19/+20
* ath9k: move struct ath_ani to common areaLuis R. Rodriguez2009-11-111-1/+2
* ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()Luis R. Rodriguez2009-11-111-15/+1Star
* ath9k: do not pass the entire descriptor to ath_rx_prepare()Luis R. Rodriguez2009-11-111-34/+36
* ath9k: use the passed ieee80211_hw on ath_rx_prepare()Luis R. Rodriguez2009-11-111-1/+1