summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-051-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
* ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan2009-08-201-1/+1
* ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez2009-08-141-36/+4Star
* ath9k: Update beacon RSSISujith2009-08-141-0/+4
* ath9k: Remove unneeded assignment of protocol fieldSujith2009-08-141-1/+0Star
* ath9k: use new FIF_PSPOLL configure filterLuis R. Rodriguez2009-08-141-2/+1Star
* ath9k: Manipulate and report the correct RSSISenthil Balasubramanian2009-07-241-1/+24
* ath9k: differentiate quality reporting between legacy and HT configurationsLuis R. Rodriguez2009-07-101-4/+25
* ath9k: remove ath_rx_ps_back_to_sleep helperGabor Juhos2009-07-101-11/+6Star
* ath9k: remove unnecessary clearing of SC_OP_WAIT_{BEACON,CAB} flagsGabor Juhos2009-07-101-8/+0Star
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-4/+9
* ath9k: wait for beacon frame along with CABGabor Juhos2009-06-191-2/+5
* ath9k: process rx packet if we are waiting for CABGabor Juhos2009-06-151-0/+1
* ath9k: Update Beacon timers based on timestamp from the APJouni Malinen2009-05-221-0/+7
* ath9k: Wake up for TX in mac80211 timeout=0 sleep modeJouni Malinen2009-05-201-2/+14
* ath9k: Move PS wakeup/restore calls from isr to taskletVasanthakumar Thiagarajan2009-05-201-2/+0Star
* ath9k: Fix PS mode operation to receive buffered broadcast/multicast framesJouni Malinen2009-05-201-7/+112
* ath9k: Clean up RX processing a bitJouni Malinen2009-05-201-26/+34