summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller4-7/+7
2009-12-11ath5k: enable EEPROM checksum checkLuis R. Rodriguez1-2/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-7/+7
2009-12-08ath5k: add support for Dell Vostro A860 LEDShahar Or1-0/+2
2009-12-08ath9k: fix tx status reportingFelix Fietkau1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina4-7/+7
2009-12-05tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-12-04ath9k: enable 2GHz band only if the device supports itGabor Juhos3-14/+31
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-4/+4
2009-12-04tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König1-1/+1
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-11-28ath9k: separate debugfs support from CONFIG_ATH_DEBUGFelix Fietkau5-14/+15
2009-11-28ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan3-5/+14
2009-11-28ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez5-8/+53
2009-11-28ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault4-18/+31
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez7-5/+69
2009-11-28ath9k: clean up rc rate tableFelix Fietkau2-219/+109
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau11-294/+291
2009-11-25ath9k: remove warnings related to signed/unsigned type mismatchJohn W. Linville2-3/+1
2009-11-24ath9k: set ps_default as falseJohn W. Linville1-0/+2
2009-11-24ath5k: Fix I/Q calibrationLukáš Turek1-2/+2
2009-11-24ath9k: This patch fix RX unpadding for any received frame.Benoit PAPILLAULT1-5/+14
2009-11-24ath9k: set ps_default as falseJohn W. Linville1-0/+2
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-3/+2
2009-11-19ar9170: Add support for D-Link DWA 160 A2Thomas Klute1-1/+3
2009-11-19mac80211: convert aggregation to operate on vifs/stasJohannes Berg3-5/+7
2009-11-19ath9k: Fix bug in initializing chain masksSujith1-1/+1
2009-11-19ath9k: Remove a few unused functionsSujith4-169/+0
2009-11-19ath9k: Remove a few unused variablesSujith2-23/+0
2009-11-19ath9k: Cleanup bss_info_changed callbackSujith1-77/+37
2009-11-19ath9k: get rid of tx_info_privFelix Fietkau6-97/+83
2009-11-19ar9170: do not discard valuable DUPOFDM framesChristian Lamparter1-2/+2
2009-11-16ath5k: allow setting txpower to 0Bob Copeland1-2/+0
2009-11-16ath9k: fix massive rx packet loss issueFelix Fietkau1-0/+1
2009-11-14ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054Vasanthakumar Thiagarajan1-2/+2
2009-11-14ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bitVasanthakumar Thiagarajan1-1/+1
2009-11-12ath9k_common: clarify and correct jumbogram processingLuis R. Rodriguez1-10/+11
2009-11-12ath9k_common: remove ath9k_compute_qual()Luis R. Rodriguez1-42/+0
2009-11-12ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez7-369/+467
2009-11-12ath9k: move RX skb post processing to a helperLuis R. Rodriguez1-37/+52
2009-11-12ath5k: use the common->keymapLuis R. Rodriguez2-5/+7
2009-11-12ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez4-80/+85
2009-11-12ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()Luis R. Rodriguez1-10/+10
2009-11-12ath9k: move the max rx buffer size check to ath9k_rx_accept()Luis R. Rodriguez1-4/+7
2009-11-12ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis R. Rodriguez1-2/+2
2009-11-12ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez4-24/+36
2009-11-12ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()Luis R. Rodriguez1-3/+3
2009-11-12ath9k: avoid the copy skb->cb on every RX'd skbLuis R. Rodriguez1-22/+16
2009-11-12ath9k: move rssi processing into a helperLuis R. Rodriguez1-17/+27
2009-11-12ath9k: move qual processing into a helperLuis R. Rodriguez1-32/+42