Commit Graph

526 Commits (b90f8e7296c39a13225fb0c0dfde1922fcf47ba7)

Author SHA1 Message Date
Gabor Juhos a9a29ce674 ath9k: enable 2GHz band only if the device supports it 15 years ago
Felix Fietkau a830df0714 ath9k: separate debugfs support from CONFIG_ATH_DEBUG 15 years ago
Vivek Natarajan 94db29368a ath9k: Ensure a fair beacon distribution in IBSS mode. 15 years ago
Luis R. Rodriguez f4709fdf68 ath9k: Fix maximum tx fifo settings for single stream devices 15 years ago
Benoit Papillault 1bc1488067 ath9k: Proper padding/unpadding for the TX/RX path. 15 years ago
Luis R. Rodriguez e7824a5066 ath9k: fix processing of TX PS null data frames 15 years ago
Felix Fietkau 1fe8234a37 ath9k: clean up rc rate table 15 years ago
Felix Fietkau 545750d36f ath9k: properly use the mac80211 rate control api 15 years ago
John W. Linville 04658fba23 ath9k: remove warnings related to signed/unsigned type mismatch 15 years ago
John W. Linville 18b6c9a221 ath9k: set ps_default as false 15 years ago
Lukáš Turek f1cf2dbd0f ath5k: Fix I/Q calibration 15 years ago
Benoit PAPILLAULT 8c35024aa6 ath9k: This patch fix RX unpadding for any received frame. 15 years ago
John W. Linville 54ab040d24 ath9k: set ps_default as false 15 years ago
Johannes Berg 5be83de54c cfg80211: convert bools into flags 15 years ago
Thomas Klute 15295380f4 ar9170: Add support for D-Link DWA 160 A2 15 years ago
Johannes Berg c951ad3550 mac80211: convert aggregation to operate on vifs/stas 15 years ago
Sujith cb53a150ca ath9k: Fix bug in initializing chain masks 15 years ago
Sujith 201cd6cce4 ath9k: Remove a few unused functions 15 years ago
Sujith 7c82a186b4 ath9k: Remove a few unused variables 15 years ago
Sujith c6089ccc22 ath9k: Cleanup bss_info_changed callback 15 years ago
Felix Fietkau 827e69bf67 ath9k: get rid of tx_info_priv 15 years ago
Christian Lamparter 7d57b73a73 ar9170: do not discard valuable DUPOFDM frames 15 years ago
Bob Copeland 2eb2fa67e5 ath5k: allow setting txpower to 0 15 years ago
Felix Fietkau dd6ae4f877 ath9k: fix massive rx packet loss issue 15 years ago
Vasanthakumar Thiagarajan c37919bfe0 ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054 15 years ago
Vasanthakumar Thiagarajan c90017dd43 ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bit 15 years ago
Luis R. Rodriguez 748d451028 ath9k_common: clarify and correct jumbogram processing 15 years ago
Luis R. Rodriguez 165864d087 ath9k_common: remove ath9k_compute_qual() 15 years ago
Luis R. Rodriguez db86f07ec6 ath9k_common: add new module to share 802.11n driver helpers 15 years ago
Luis R. Rodriguez c9b1417055 ath9k: move RX skb post processing to a helper 15 years ago
Luis R. Rodriguez dc1e001bf4 ath5k: use the common->keymap 15 years ago
Luis R. Rodriguez 7e86c1048a ath9k: move driver keymap, keymax and splitmic to common 15 years ago
Luis R. Rodriguez 1e875e9f16 ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess() 15 years ago
Luis R. Rodriguez 2c74aa4d73 ath9k: move the max rx buffer size check to ath9k_rx_accept() 15 years ago
Luis R. Rodriguez dd849782a7 ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it 15 years ago
Luis R. Rodriguez cc861f7468 ath: move the rx bufsize to common to share with ath5k/ath9k 15 years ago
Luis R. Rodriguez 0a45da765e ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept() 15 years ago
Luis R. Rodriguez 5ca42627f3 ath9k: avoid the copy skb->cb on every RX'd skb 15 years ago
Luis R. Rodriguez dbfc22df1a ath9k: move rssi processing into a helper 15 years ago
Luis R. Rodriguez 21b2273806 ath9k: move qual processing into a helper 15 years ago
Luis R. Rodriguez 9878841e13 ath9k: move rate descriptor reading into a helper 15 years ago
Luis R. Rodriguez 14077f5b7a ath9k: remove temp variable ratecode from ath_rx_prepare() 15 years ago
Luis R. Rodriguez 207e96854e ath9k: move RX check code into helper ath9k_rx_accept() 15 years ago
Luis R. Rodriguez 712c13a86a ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare() 15 years ago
Luis R. Rodriguez 3d536acf45 ath9k: move struct ath_ani to common area 15 years ago
Luis R. Rodriguez 30cbd42265 ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf() 15 years ago
Luis R. Rodriguez 26ab2645b4 ath9k: do not pass the entire descriptor to ath_rx_prepare() 15 years ago
Luis R. Rodriguez f52de03bf9 ath9k: handle low buffer space for virtual wiphys 15 years ago
Luis R. Rodriguez 5008f3727b ath9k: use the right hw on ath_tx_setup_buffer() for HT 15 years ago
Luis R. Rodriguez 76d5a9e83b ath9k: use correct hw for tx aggregation TX completion 15 years ago