aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-11ath9k: move rate descriptor reading into a helperLuis R. Rodriguez1-29/+43
2009-11-11ath9k: remove temp variable ratecode from ath_rx_prepare()Luis R. Rodriguez1-5/+2
2009-11-11ath9k: move RX check code into helper ath9k_rx_accept()Luis R. Rodriguez1-22/+41
2009-11-11ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()Luis R. Rodriguez1-19/+20
2009-11-11ath9k: move struct ath_ani to common areaLuis R. Rodriguez1-1/+2
2009-11-11ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()Luis R. Rodriguez1-15/+1
2009-11-11ath9k: do not pass the entire descriptor to ath_rx_prepare()Luis R. Rodriguez1-34/+36
2009-11-11ath9k: use the passed ieee80211_hw on ath_rx_prepare()Luis R. Rodriguez1-1/+1
2009-11-11ath9k: simpify RX by calling ath_get_virt_hw() onceLuis R. Rodriguez1-10/+18
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg1-1/+2
2009-10-07ath9k: Allow PSPOLL only when the interface is configured in AP modeSenthil Balasubramanian1-1/+4
2009-10-07ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez1-1/+1
2009-10-07atheros: add common debug printingLuis R. Rodriguez1-17/+21
2009-10-07atheros: define shared bssidmask settingLuis R. Rodriguez1-1/+1
2009-10-07ath9k: move ath_common to ath_hwLuis R. Rodriguez1-4/+6
2009-10-07atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez1-2/+5
2009-10-07ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez1-1/+1
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez1-9/+9
2009-09-08ath9k: Fix RX Filter handling for BARSujith1-0/+3
2009-08-28ath9k: Add support FIF_OTHER_BSS filtering mode.Javier Cardona1-3/+4