summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
...
| * | ath9k_hw: do PA offset calibration only on longcal intervalRajkumar Manoharan2011-01-171-5/+5
| * | ath9k_htc: Fix endian issue in tx headerRajkumar Manoharan2011-01-172-4/+6
| * | ath9k_hw: ASPM interoperability fix for AR9380/AR9382Luis R. Rodriguez2011-01-172-3/+3
* | | ath9k: fix compile error in non-debug ath_debug_stat_tx() stubFelix Fietkau2011-01-281-1/+2
* | | ath5k: Fix short and long retry configurationBruno Randolf2011-01-286-51/+44Star
* | | ath9k: use common API to avoid code duplicationRajkumar Manoharan2011-01-282-71/+3Star
* | | ath9k_hw: Update PMU setting to improve ripple issue for AR9485.Vivek Natarajan2011-01-281-1/+1
* | | ath9k: Fix a locking related issue.Vivek Natarajan2011-01-281-1/+4
* | | ath9k_hw: DDR_PLL and BB_PLL need correct setting.Vivek Natarajan2011-01-282-1/+36
* | | ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan2011-01-283-0/+27
* | | ath9k_hw: Add a function to read sqsum_dvc.Vivek Natarajan2011-01-283-0/+20
* | | ath9k_hw: Add RX filtersSujith Manoharan2011-01-281-0/+2
* | | ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau2011-01-283-24/+71
* | | ath9k_hw: Fix INI fixupSujith Manoharan2011-01-281-3/+3
* | | ath9k_hw: Fix opmode initializationSujith Manoharan2011-01-281-2/+2
* | | ath5k: remove debug_dump_skb() functionsBob Copeland2011-01-282-30/+0Star
* | | ath5k: use tracing for packet tx/rx dumpBob Copeland2011-01-283-6/+128
* | | ath9k: Remove unused IEEE80211_WEP_NKIDBruno Randolf2011-01-282-3/+0Star
* | | ath5k: Enable 802.11j 4.9GHz frequenciesBruno Randolf2011-01-281-5/+6
* | | ath: Add function to check if 4.9GHz channels are allowedBruno Randolf2011-01-282-0/+8
* | | ath5k: Use local variable for capabilitiesBruno Randolf2011-01-281-21/+18Star
* | | ath9k: fix tx queue index confusion in debugfs codeFelix Fietkau2011-01-283-20/+21
* | | ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-2810-105/+52Star
* | | ath9k: remove the bf->aphy fieldFelix Fietkau2011-01-282-24/+17Star
* | | ath9k: remove support for virtual wiphysFelix Fietkau2011-01-2810-951/+23Star
* | | ath9k: remove the virtual wiphy debugfs interfaceFelix Fietkau2011-01-281-133/+4Star
* | | ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2011-01-282-23/+18Star
* | | ath9k: fix misplaced debug codeFelix Fietkau2011-01-272-8/+3Star
* | | carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter2011-01-274-0/+23
* | | carl9170: enable wake-on-lan feature testingChristian Lamparter2011-01-271-0/+3
* | | carl9170: update fw/hw headersChristian Lamparter2011-01-275-11/+71
* | | ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan2011-01-262-6/+3Star
* | | ath5k: ath5k_setup_channels cleanup and whitespaceBruno Randolf2011-01-251-8/+3Star
* | | ath9k_hw: read and backup AR_WA register value even before chip reset on.Senthil Balasubramanian2011-01-251-8/+9
* | | ath9k_hw: Fix incorrect macversion and macrev checksSenthil Balasubramanian2011-01-251-2/+2
* | | ath9k_hw: replace magic values in register writes with proper definesFelix Fietkau2011-01-212-12/+14
* | | ath5k: Simplify loop when setting up channelsBruno Randolf2011-01-211-4/+3Star
* | | ath9k: remove a bogus error messageFelix Fietkau2011-01-211-3/+1Star
* | | ath5k: Remove redundant sc->curbandBruno Randolf2011-01-212-9/+4Star
* | | ath5k: Remove unused sc->curmodeBruno Randolf2011-01-212-19/+0Star
* | | ath5: Remove unused CTL definitionsBruno Randolf2011-01-211-23/+0Star
* | | ath5k: Add 802.11j 4.9GHz channels to allowed channelsBruno Randolf2011-01-211-6/+13
* | | ath5k: Rename ath5k_copy_channelsBruno Randolf2011-01-211-4/+4
* | | ath5k: Use mac80211 channel mapping functionBruno Randolf2011-01-211-15/+8Star
* | | ath9k: Try more than one queue when scheduling new aggregate.Ben Greear2011-01-211-27/+37
* | | ath9k: Add 'misc' file to debugfs, fix queue indexes.Ben Greear2011-01-211-12/+125
* | | ath9k: Restart xmit logic in xmit watchdog.Ben Greear2011-01-214-29/+68
* | | ath9k: More xmit queue debugfs information.Ben Greear2011-01-211-0/+26
* | | ath9k: Keep track of stations for debugfs.Ben Greear2011-01-214-3/+115
* | | ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear2011-01-213-4/+8