summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville2011-08-0316-40/+84
|\
| * iwlagn: 5000 do not support idle modeWey-Yi Guy2011-08-023-1/+5
| * rt2x00: fix usage of NULL queueStanislaw Gruszka2011-08-021-2/+3
| * rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa2011-08-021-1/+2
| * iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-021-9/+9
| * rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka2011-08-011-2/+1Star
| * rtlwifi: Fix kernel oops on ARM SOCLarry Finger2011-08-011-9/+11
| * ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka2011-08-015-13/+40
| * iwlegacy: set tx power after rxon_assocStanislaw Gruszka2011-08-012-3/+11
| * ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau2011-08-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-285-3/+8
|\ \
| * | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-282-0/+2
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-07-283-3/+6
| |\ \
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-263-3/+6
| | |\|
| | | * b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin2011-07-261-2/+3
| | | * b43: bcma: drop BROKENRafał Miłecki2011-07-261-1/+1
| | | * b43: bus: fix memory corruption when setting driver's dataRafał Miłecki2011-07-261-0/+2
* | | | atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-2540-43/+42Star
|\ \ \
| * | | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-213-6/+6
| * | | Merge branch 'master' into for-nextJiri Kosina2011-07-1128-235/+196Star
| |\ \ \
| * | | | Update my e-mail addressMichael Büsch2011-07-0736-36/+36
| * | | | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0Star
* | | | | iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller2011-07-241-0/+6
| |_|/ / |/| | |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-22146-5993/+6492
|\ \ \ \ | | |_|/ | |/| |
| * | | b43legacy: dma: cache translation (routing bits)Rafał Miłecki2011-07-222-3/+6
| * | | ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin2011-07-221-6/+3Star
| * | | ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin2011-07-223-81/+5Star
| * | | ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin2011-07-223-22/+6Star
| * | | b43: (un)initialize driver on the BCMA busRafał Miłecki2011-07-221-4/+44
| * | | b43: bcma: get DMA translation bitsRafał Miłecki2011-07-221-0/+5
| * | | ssb: return correct translation bit for 64-bit DMARafał Miłecki2011-07-221-3/+3
| * | | b43: disable parity check on BCMA devicesRafał Miłecki2011-07-223-0/+21
| * | | rtlwifi: Convert printks to pr_<level>Joe Perches2011-07-2111-71/+72
| * | | ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau2011-07-211-0/+22
| * | | mwifiex: disable auto deep sleep before unloading the driverAmitkumar Karwar2011-07-214-0/+19
| * | | mwifiex: check SDIO multi-port aggregation buffer room correctlyAmitkumar Karwar2011-07-211-1/+1
| * | | mwifiex: put multicast/broadcast packets to the same RAAmitkumar Karwar2011-07-211-0/+2
| * | | iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach2011-07-212-11/+11
| * | | iwlagn: remove "disable otp refresh" W/AWey-Yi Guy2011-07-212-7/+1Star
| * | | iwlagn: rename iwlagn_set_dynamic_keyJohannes Berg2011-07-211-10/+11
| * | | iwlagn: track beacon interval sent to deviceJohannes Berg2011-07-213-6/+9
| * | | iwlagn: write iq invert register for 105/135 deviceWey-Yi Guy2011-07-211-2/+4
| * | | iwlagn: implement WoWLANJohannes Berg2011-07-2111-14/+705
| * | | iwlagn: rewrite HW cryptoJohannes Berg2011-07-216-224/+200Star
| * | | iwlagn: remove forgotten debugfs functionJohannes Berg2011-07-211-2/+0Star
| * | | iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-2110-256/+254Star
| * | | iwlagn: remove keyinfo cacheJohannes Berg2011-07-212-30/+0Star
| * | | iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy2011-07-213-3/+9
| * | | iwlagn: add comment to warn about WoWLAN in resume / suspend flowsEmmanuel Grumbach2011-07-211-0/+10