summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-08-09libertas_usb: program OLPC EC wakeup mask for wake-on-WLANDaniel Drake1-0/+9
2011-08-09ath9k_hw: do not limit initial tx power to 20 dbmFelix Fietkau1-3/+6
2011-08-09ath9k_hw: fix calculated runtime tx power limitFelix Fietkau4-46/+1
2011-08-09ath9k_hw: remove the tx power index offsetFelix Fietkau3-20/+6
2011-08-09ath5k: remove last references to "softc"Pavel Roskin5-9/+9
2011-08-09ath5k: clean up base.h and its usePavel Roskin22-70/+62
2011-08-09ath: fix spelling of GrenadaPavel Roskin2-2/+2
2011-08-09orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin1-1/+4
2011-08-09hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin1-0/+2
2011-08-09b43legacy: report core numberPavel Roskin1-1/+2
2011-08-09b43legacy: remove 64-bit DMA supportPavel Roskin2-410/+71
2011-08-09iwlagn: support v2 of enhanced sensitivity tableWey-Yi Guy4-33/+74
2011-08-09iwlagn: change default sensitivity value for 5000 and 6000 seriesWey-Yi Guy2-10/+10
2011-08-09iwlagn: support new P2P implementationJohannes Berg9-215/+127
2011-08-09iwlagn: move context init after firmware loadingJohannes Berg1-92/+89
2011-08-09iwlagn: bump firmware API for some devicesJohannes Berg3-9/+30
2011-08-09iwlagn: separate firmware version warningJohannes Berg2-7/+20
2011-08-09iwlagn: Remove ht40 support from 5.2GHz for _bgn devicesWey-Yi Guy2-4/+2
2011-08-09iwlagn: default smps mode for 1000 series deviceWey-Yi Guy1-1/+1
2011-08-09iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg3-9/+24
2011-08-09ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin8-134/+102
2011-08-09ath5k: remove most references to XRPavel Roskin5-22/+0
2011-08-09ath5k: remove unused and write-only structures and fieldsPavel Roskin5-37/+1
2011-08-09ath9k: remove all references to subsysid, it's never usedPavel Roskin6-10/+6
2011-08-08ath9k: use pci_dev->subsystem_deviceSergei Shtylyov1-3/+2
2011-08-08mwifiex: remove redundant variable scan_table_idxBing Zhao2-13/+0
2011-08-08libertas_usb: use USB interface as parent deviceDaniel Drake1-1/+1
2011-08-08libertas: link mesh device to wiphyDaniel Drake8-43/+117
2011-08-08mwifiex: remove wireless.h inclusion and fix resulting bugsBing Zhao7-28/+19
2011-08-08mwifiex: add wext includeJohannes Berg1-0/+1
2011-08-08wl1251: remove wext dependenciesJohannes Berg2-2/+2
2011-08-08wl12xx: remove wext dependenciesJohannes Berg5-9/+9
2011-08-08rndis_wlan: remove wireless extensions inclusionsJohannes Berg1-2/+0
2011-08-08b43legacy: remove wireless extensions inclusionsJohannes Berg2-2/+0
2011-08-08b43: remove wireless extensions inclusionsJohannes Berg1-1/+0
2011-08-08ath5k: remove wireless extensions inclusionsJohannes Berg1-1/+0
2011-08-08iwlegacy: remove wireless extensions inclusionsJohannes Berg9-9/+0
2011-08-08iwlagn: remove wireless extensions inclusionsJohannes Berg7-7/+0
2011-08-08cfg80211: split wext compatibility to separate headerJohannes Berg2-0/+2
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John 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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-3/+8