summaryrefslogtreecommitdiffstats
path: root/drivers/net/ns83820.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-16ath9k: Fix FIF_PROMISC_IN_BSS processing in station modeJouni Malinen1-5/+6
2009-03-16ath9k: Add spectrum management to HW capabilitiesSujith1-1/+2
2009-03-16ath9k: make few eeprom and calib items staticLuis R. Rodriguez1-1/+1
2009-03-16ath9k: downgrade xmit queue full message to xmit debugLuis R. Rodriguez1-1/+1
2009-03-16mac80211_hwsim: add regulatory testing optionsLuis R. Rodriguez1-0/+210
2009-03-16cfg80211: add regulatory netlink multicast groupLuis R. Rodriguez5-1/+138
2009-03-16cfg80211: move enum reg_set_by to nl80211.hLuis R. Rodriguez8-76/+90
2009-03-16cfg80211: remove REGDOM_SET_BY_INITLuis R. Rodriguez4-7/+1
2009-03-16mac80211: deauth before flushing STA informationHerton Ronaldo Krzesinski1-4/+12
2009-03-16mac80211: handle failed scan requests in STA modeHelmut Schaa3-2/+25
2009-03-16atmel: checkpatch.pl cleanupsJohn Daiker1-201/+242
2009-03-16ath9k: Fix bug in reading debugfs file 'rcstat'Sujith1-0/+3
2009-03-16ath9k: Fix bug in TX aggregationSujith1-16/+33
2009-03-16ath9k: Initialize ANI properlySujith1-10/+3
2009-03-16ath5k: update LED table with reported devicesBob Copeland1-2/+4
2009-03-16ath5k: use a table for LED parametersBob Copeland1-25/+28
2009-03-16ath5k: extract LED code into a separate fileBob Copeland4-140/+176
2009-03-16ath5k: don't change mac in eeprom_read_mac on errorJiri Slaby1-6/+3
2009-03-16ath5k: constify stuffJiri Slaby4-17/+16
2009-03-16iwlwifi: correct device name for 1000 seriesJay Sternberg6-17/+17
2009-03-16iwl3945: add test for new associationAbhijeet Kolekar1-4/+4
2009-03-16p54: completely ignore rx'd frames with bad FCSChristian Lamparter1-7/+2
2009-03-16airo_cs: checkpatch.pl cleanupsJohn Daiker1-35/+38
2009-03-16ath9k: Use suitable macros with 4k eeprom dataVasanthakumar Thiagarajan1-9/+9
2009-03-16ipw2x00: remove obsolete enumsHelmut Schaa1-17/+0
2009-03-16ipw2x00: Use IE definitions from linux/ieee80211.hHelmut Schaa2-73/+42
2009-03-16ipw2x00: remove duplicated definesHelmut Schaa1-53/+0
2009-03-16libipw: fix debug outputHelmut Schaa3-19/+19
2009-03-16ath9k: always compile ath_radio_{en,dis}ableGabor Juhos1-6/+6
2009-03-16ath9k: fix compile error in debug.cGabor Juhos1-0/+2
2009-03-16ath9k: fix compile error in ahb.cGabor Juhos1-0/+1
2009-03-16ath9k: fix AR_SREV_9100_OR_LATER macroGabor Juhos2-23/+23
2009-03-16ath9k: move ar9100 version checking macros into a more appropriate placeGabor Juhos1-7/+6
2009-03-16ath9k: cleanup AR5416 version checking macrosGabor Juhos4-19/+22
2009-03-16ath9k: Incorrect AR9285 version check macroSenthil Balasubramanian1-2/+2
2009-03-16ath9k: INI update for AR9285 and periodic PA offset caliberationSenthil Balasubramanian5-83/+195
2009-03-16ath9k: RX buffers may be accessed/freed even before initialized/alloced.Senthil Balasubramanian1-1/+1
2009-03-16ath9k: Get rid of unnecessary ATOMIC memory alloc during init timeSenthil Balasubramanian2-7/+6
2009-03-16cfg80211: fix max tx power for world regdom on 5 GHz to 20dBmLuis R. Rodriguez1-2/+2
2009-03-16cfg80211: Enable passive scan on channels 12-14 for world roamingLuis R. Rodriguez1-3/+14
2009-03-16mac80211_hwsim: add support for 5 GHzLuis R. Rodriguez1-36/+102
2009-03-16p54: enable power save supportChristian Lamparter1-0/+2
2009-03-16p54: initial SoftLED supportChristian Lamparter3-13/+143
2009-03-16p54: fix iwconfig txpower offChristian Lamparter1-2/+2
2009-03-16p54pci: convert printk(KERN_* to dev_*Christian Lamparter1-19/+10
2009-03-16p54: unify ieee80211 device registrationChristian Lamparter5-16/+22
2009-03-16p54usb: stop USB core interference in exit pathChristian Lamparter1-0/+1
2009-03-16ath9k: create a common debugfs_root for all device instancesGabor Juhos3-8/+41
2009-03-16mac80211: Fix WMM ACM parsing and AC downgrade operationJouni Malinen2-17/+16
2009-03-16orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov4-13/+33