aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-27ath9k: fix misplaced debug codeFelix Fietkau2-8/+3
2011-01-27carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter4-0/+23
2011-01-27carl9170: enable wake-on-lan feature testingChristian Lamparter1-0/+3
2011-01-27carl9170: update fw/hw headersChristian Lamparter5-11/+71
2011-01-26ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan2-6/+3
2011-01-26Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville24-313/+998
2011-01-25ath5k: ath5k_setup_channels cleanup and whitespaceBruno Randolf1-8/+3
2011-01-25ath9k_hw: read and backup AR_WA register value even before chip reset on.Senthil Balasubramanian1-8/+9
2011-01-25ath9k_hw: Fix incorrect macversion and macrev checksSenthil Balasubramanian1-2/+2
2011-01-21iwlwifi: initial P2P supportWey-Yi Guy3-2/+23
2011-01-21iwlwifi: replace minimum slot time constantJohannes Berg3-8/+13
2011-01-21iwlwifi: implement remain-on-channelJohannes Berg5-2/+130
2011-01-21iwlagn: Enable idle powersave mode in 1000 seriesMeenakshi Venkataraman1-0/+1
2011-01-21iwlwifi: correct debugfs data dumped from sramJay Sternberg1-25/+56
2011-01-21iwlwifi: add hw rev for 2000 series devicesWey-Yi Guy1-2/+7
2011-01-21iwlwifi: remove g2 from csr hw revWey-Yi Guy1-2/+3
2011-01-21iwlagn: remove Gen2 from KconfigWey-Yi Guy1-2/+3
2011-01-21iwlagn: add 2000 series to KconfigWey-Yi Guy1-0/+1
2011-01-21iwlagn: add 2000 series pci idWey-Yi Guy1-0/+43
2011-01-21 iwlagn: 2000 series devices supportWey-Yi Guy3-0/+568
2011-01-21iwlagn: add 2000 series EEPROM versionWey-Yi Guy1-0/+10
2011-01-21iwlagn: remove reference to gen2a and gen2bWey-Yi Guy2-32/+36
2011-01-21iwlwifi: use mac80211 throughput triggerWey-Yi Guy14-240/+106
2011-01-21ath9k_hw: replace magic values in register writes with proper definesFelix Fietkau2-12/+14
2011-01-21ath5k: Simplify loop when setting up channelsBruno Randolf1-4/+3
2011-01-21ath9k: remove a bogus error messageFelix Fietkau1-3/+1
2011-01-21ath5k: Remove redundant sc->curbandBruno Randolf2-9/+4
2011-01-21ath5k: Remove unused sc->curmodeBruno Randolf2-19/+0
2011-01-21ath5: Remove unused CTL definitionsBruno Randolf1-23/+0
2011-01-21ath5k: Add 802.11j 4.9GHz channels to allowed channelsBruno Randolf1-6/+13
2011-01-21ath5k: Rename ath5k_copy_channelsBruno Randolf1-4/+4
2011-01-21ath5k: Use mac80211 channel mapping functionBruno Randolf1-15/+8
2011-01-21ath9k: Try more than one queue when scheduling new aggregate.Ben Greear1-27/+37
2011-01-21ath9k: Add 'misc' file to debugfs, fix queue indexes.Ben Greear1-12/+125
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf10-15/+30
2011-01-21ath9k: Restart xmit logic in xmit watchdog.Ben Greear4-29/+68
2011-01-21ath9k: More xmit queue debugfs information.Ben Greear1-0/+26
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear4-3/+115
2011-01-21ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear3-4/+8
2011-01-21ath9k: Ensure xmit makes progress.Ben Greear1-0/+2
2011-01-21ath9k: Remove un-used member from ath_node.Ben Greear1-1/+0
2011-01-21ath9k: Add more information to debugfs xmit file.Ben Greear4-2/+42
2011-01-21ath9k: Initialize ah->hwBen Greear1-0/+1
2011-01-21ath9k: Show some live tx-queue values in debugfs.Ben Greear1-0/+16
2011-01-21iwlwifi: fix 4965 notification wait setupJohannes Berg1-0/+5
2011-01-21iwlagn: return error if PAN disable timeoutJohannes Berg1-1/+3
2011-01-21iwlagn: properly wait for PAN disableJohannes Berg3-3/+14
2011-01-21iwlagn: add support for waiting for notificationsJohannes Berg4-0/+115
2011-01-21iwlagn: make iwl_rx_handle staticJohannes Berg2-2/+1
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg11-11/+19