summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau2010-06-141-3/+0
* 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/+8
* 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/+0
* 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/+5
* 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/+4
* 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/+16
* 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/+2
* 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/+1
* 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
* ath9k: simpify RX by calling ath_get_virt_hw() onceLuis R. Rodriguez2009-11-111-10/+18
* mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-041-1/+2
* ath9k: Allow PSPOLL only when the interface is configured in AP modeSenthil Balasubramanian2009-10-071-1/+4
* ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez2009-10-071-1/+1
* atheros: add common debug printingLuis R. Rodriguez2009-10-071-17/+21
* atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-071-1/+1
* ath9k: move ath_common to ath_hwLuis R. Rodriguez2009-10-071-4/+6
* atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez2009-10-071-2/+5
* ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez2009-10-071-1/+1
* ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez2009-10-071-9/+9
* ath9k: Fix RX Filter handling for BARSujith2009-09-081-0/+3
* ath9k: Add support FIF_OTHER_BSS filtering mode.Javier Cardona2009-08-281-3/+4
OpenPOWER on IntegriCloud