aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/recv.c
AgeCommit message (Expand)Author
2009-11-11ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez
2009-11-11ath9k: move RX skb post processing to a helperLuis R. Rodriguez
2009-11-11ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez
2009-11-11ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()Luis R. Rodriguez
2009-11-11ath9k: move the max rx buffer size check to ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez
2009-11-11ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath9k: avoid the copy skb->cb on every RX'd skbLuis R. Rodriguez
2009-11-11ath9k: move rssi processing into a helperLuis R. Rodriguez
2009-11-11ath9k: move qual processing into a helperLuis R. Rodriguez
2009-11-11ath9k: move rate descriptor reading into a helperLuis R. Rodriguez
2009-11-11ath9k: remove temp variable ratecode from ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: move RX check code into helper ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: move struct ath_ani to common areaLuis R. Rodriguez
2009-11-11ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()Luis R. Rodriguez
2009-11-11ath9k: do not pass the entire descriptor to ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: use the passed ieee80211_hw on ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: simpify RX by calling ath_get_virt_hw() onceLuis R. Rodriguez
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg
2009-10-07ath9k: Allow PSPOLL only when the interface is configured in AP modeSenthil Balasubramanian
2009-10-07ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez
2009-10-07atheros: add common debug printingLuis R. Rodriguez
2009-10-07atheros: define shared bssidmask settingLuis R. Rodriguez
2009-10-07ath9k: move ath_common to ath_hwLuis R. Rodriguez
2009-10-07atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez
2009-10-07ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez
2009-09-08ath9k: Fix RX Filter handling for BARSujith
2009-08-28ath9k: Add support FIF_OTHER_BSS filtering mode.Javier Cardona
2009-08-20ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez
2009-08-14ath9k: Update beacon RSSISujith
2009-08-14ath9k: Remove unneeded assignment of protocol fieldSujith
2009-08-14ath9k: use new FIF_PSPOLL configure filterLuis R. Rodriguez
2009-07-24ath9k: Manipulate and report the correct RSSISenthil Balasubramanian
2009-07-10ath9k: differentiate quality reporting between legacy and HT configurationsLuis R. Rodriguez
2009-07-10ath9k: remove ath_rx_ps_back_to_sleep helperGabor Juhos
2009-07-10ath9k: remove unnecessary clearing of SC_OP_WAIT_{BEACON,CAB} flagsGabor Juhos
2009-07-10mac80211: push rx status into skb->cbJohannes Berg
2009-06-19ath9k: wait for beacon frame along with CABGabor Juhos
2009-06-15ath9k: process rx packet if we are waiting for CABGabor Juhos
2009-05-22ath9k: Update Beacon timers based on timestamp from the APJouni Malinen
2009-05-20ath9k: Wake up for TX in mac80211 timeout=0 sleep modeJouni Malinen
2009-05-20ath9k: Move PS wakeup/restore calls from isr to taskletVasanthakumar Thiagarajan
2009-05-20ath9k: Fix PS mode operation to receive buffered broadcast/multicast framesJouni Malinen
2009-05-20ath9k: Clean up RX processing a bitJouni Malinen
2009-05-20ath9k: Fix a check for multicast address for virtual wiphyJouni Malinen
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez