aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-40/+84
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville16-40/+84
2011-08-02iwlagn: 5000 do not support idle modeWey-Yi Guy3-1/+5
2011-08-02rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-08-02rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa1-1/+2
2011-08-02iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach1-9/+9
2011-08-01rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka1-2/+1
2011-08-01rtlwifi: Fix kernel oops on ARM SOCLarry Finger1-9/+11
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka5-13/+40
2011-08-01iwlegacy: set tx power after rxon_assocStanislaw Gruszka2-3/+11
2011-08-01ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau1-0/+2
2011-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2-1/+6
2011-07-29orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin1-1/+4
2011-07-29hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin1-0/+2
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-3/+8
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2-0/+2
2011-07-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-3/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-3/+6
2011-07-26b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin1-2/+3
2011-07-26b43: bcma: drop BROKENRafał Miłecki1-1/+1
2011-07-26b43: bus: fix memory corruption when setting driver's dataRafał Miłecki1-0/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds40-43/+42
2011-07-24iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller1-0/+6
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville146-5993/+6492
2011-07-22b43legacy: dma: cache translation (routing bits)Rafał Miłecki2-3/+6
2011-07-22ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin1-6/+3
2011-07-22ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin3-81/+5
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin3-22/+6
2011-07-22b43: (un)initialize driver on the BCMA busRafał Miłecki1-4/+44
2011-07-22b43: bcma: get DMA translation bitsRafał Miłecki1-0/+5
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki1-3/+3
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki3-0/+21
2011-07-21rtlwifi: Convert printks to pr_<level>Joe Perches11-71/+72
2011-07-21ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau1-0/+22
2011-07-21mwifiex: disable auto deep sleep before unloading the driverAmitkumar Karwar4-0/+19
2011-07-21mwifiex: check SDIO multi-port aggregation buffer room correctlyAmitkumar Karwar1-1/+1
2011-07-21mwifiex: put multicast/broadcast packets to the same RAAmitkumar Karwar1-0/+2
2011-07-21iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach2-11/+11
2011-07-21iwlagn: remove "disable otp refresh" W/AWey-Yi Guy2-7/+1
2011-07-21iwlagn: rename iwlagn_set_dynamic_keyJohannes Berg1-10/+11
2011-07-21iwlagn: track beacon interval sent to deviceJohannes Berg3-6/+9
2011-07-21iwlagn: write iq invert register for 105/135 deviceWey-Yi Guy1-2/+4
2011-07-21iwlagn: implement WoWLANJohannes Berg11-14/+705
2011-07-21iwlagn: rewrite HW cryptoJohannes Berg6-224/+200
2011-07-21iwlagn: remove forgotten debugfs functionJohannes Berg1-2/+0
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy10-256/+254
2011-07-21iwlagn: remove keyinfo cacheJohannes Berg2-30/+0
2011-07-21iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy3-3/+9
2011-07-21iwlagn: add comment to warn about WoWLAN in resume / suspend flowsEmmanuel Grumbach1-0/+10