aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2009-11-16ath5k: allow setting txpower to 0Bob Copeland
2009-11-16ath9k: fix massive rx packet loss issueFelix Fietkau
2009-11-13ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054Vasanthakumar Thiagarajan
2009-11-13ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bitVasanthakumar Thiagarajan
2009-11-11ath9k_common: clarify and correct jumbogram processingLuis R. Rodriguez
2009-11-11ath9k_common: remove ath9k_compute_qual()Luis R. Rodriguez
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-11ath5k: use the common->keymapLuis 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-11ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis 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: handle low buffer space for virtual wiphysLuis R. Rodriguez
2009-11-11ath9k: use the right hw on ath_tx_setup_buffer() for HTLuis R. Rodriguez
2009-11-11ath9k: use correct hw for tx aggregation TX completionLuis R. Rodriguez
2009-11-11ath9k: pass the ieee80211_hw on radio enable/disableLuis 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-11ath9k: update hw configuration for virtual wiphysLuis R. Rodriguez
2009-11-11ath9k: fix listening to idle requestsLuis R. Rodriguez
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-10ath5k: add LED definition for BenQ Joybook R55vBob Copeland
2009-11-10ath5k: add LED support for HP Compaq CQ60Bob Copeland
2009-11-10ath5k: don't reset mcast filter when configuring the modeBob Copeland
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-11-06ath5k: add LED support for Acer Aspire One AO751h/AO531hKeng-Yu Lin
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-04mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg
2009-10-30ath9k_hw: make ath9k_phy_modify_rx_buffer() staticLuis R. Rodriguez
2009-10-30ath9k_hw: Fix and complete force bias for AR5416Luis R. Rodriguez
2009-10-30ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs()Luis R. Rodriguez
2009-10-30ath9k_hw: make spur mitigation a callbackLuis R. Rodriguez
2009-10-30ath9k_hw: order phy.c code and integrate spur mitigationLuis R. Rodriguez
2009-10-30ath9k_hw: use a callback for frequency changeLuis R. Rodriguez
2009-10-30ath9k_hw: make both analog channel change routines return intLuis R. Rodriguez
2009-10-30ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks()Luis R. Rodriguez
2009-10-30ath9k_hw: simplify ath9k_hw_rf_alloc_ext_banks()Luis R. Rodriguez