aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2009-11-28ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez
2009-11-28ath9k: clean up rc rate tableFelix Fietkau
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau
2009-11-25ath9k: remove warnings related to signed/unsigned type mismatchJohn W. Linville
2009-11-23ath9k: set ps_default as falseJohn W. Linville
2009-11-23ath5k: Fix I/Q calibrationLukáš Turek
2009-11-23ath9k: This patch fix RX unpadding for any received frame.Benoit PAPILLAULT
2009-11-19cfg80211: convert bools into flagsJohannes Berg
2009-11-18ar9170: Add support for D-Link DWA 160 A2Thomas Klute
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg
2009-11-18ath9k: Fix bug in initializing chain masksSujith
2009-11-18ath9k: Remove a few unused functionsSujith
2009-11-18ath9k: Remove a few unused variablesSujith
2009-11-18ath9k: Cleanup bss_info_changed callbackSujith
2009-11-18ath9k: get rid of tx_info_privFelix Fietkau
2009-11-18ar9170: do not discard valuable DUPOFDM framesChristian Lamparter
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