summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-20mac80211: fix managed mode BSSID handlingJohannes Berg2-7/+19
2009-05-20cfg80211: warn when wiphy_apply_custom_regulatory() does nothingLuis R. Rodriguez1-2/+11
2009-05-20ath9k: set max default eirp to 20 dBmLuis R. Rodriguez1-2/+2
2009-05-20mac80211: fix parameter confusion when finding IBSSJohannes Berg1-2/+2
2009-05-20ath9k: fix custom regulatory call positionLuis R. Rodriguez1-4/+7
2009-05-20mac80211: don't try to do anything on unchanged genIEJohannes Berg2-2/+10
2009-05-20rt73usb: fix for master modeAlexandre Becholey1-3/+6
2009-05-20mac80211: Do not override AID in the duration fieldJouni Malinen1-0/+2
2009-05-20mac80211: PS processing for every Beacon with our AID in TIMJouni Malinen1-9/+10
2009-05-20ath9k: Set PM field in frame control when in PS modeJouni Malinen1-0/+15
2009-05-20ath9k: Wake up for RX filter changesJouni Malinen1-0/+2
2009-05-20ath9k: Use TSFOOR interrupt to trigger TSF sync with next BeaconJouni Malinen1-0/+10
2009-05-20ath9k: Do not try to calibrate radio when in sleep modeJouni Malinen1-0/+8
2009-05-20ath9k: Wake up for TX in mac80211 timeout=0 sleep modeJouni Malinen4-4/+58
2009-05-20mac80211: fix kernel-docJohannes Berg3-2/+1
2009-05-20rt2x00: Add USB ID for rt2800usbIvo van Doorn1-0/+1
2009-05-20cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFSPavel Roskin1-1/+1
2009-05-20ath5k: avoid and warn on potential infinite loopBob Copeland1-0/+3
2009-05-20cfg80211: fix in nl80211_set_reg()Luis R. Rodriguez2-1/+6
2009-05-20cfg80211: cleanup return calls on nl80211_set_reg()Luis R. Rodriguez1-6/+13
2009-05-20cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULESLuis R. Rodriguez1-1/+1
2009-05-20wireless: fix to set dev->broadcast correctlyWei Yongjun1-1/+1
2009-05-20Staging: agnx: switch config_interface to bss_info_changedAlexander Beregalov1-6/+9
2009-05-20ath9k: Move PS wakeup/restore calls from isr to taskletVasanthakumar Thiagarajan2-15/+9
2009-05-20cfg80211: allow wext to remove keys that don't existJohannes Berg2-2/+10
2009-05-20mac80211_hwsim: Group radiosDaniel Wagner1-1/+34
2009-05-20ath5k: update beacons in AP modeBob Copeland1-14/+40
2009-05-20p54spi: drop test for FW_STATE_RESET in p54spi_workMax Filippov1-2/+1
2009-05-20b43/legacy: fix beacon change processingJohannes Berg2-25/+20
2009-05-20p54spi: use firmware/DMA bug workaround that work under hight load in p54spi_rxMax Filippov1-8/+20
2009-05-20p54spi: always call p54spi_sleep in p54spi_tx_frame if p54spi_wakeup succeededMax Filippov1-2/+2
2009-05-20p54spi: return status of p54spi_wakeupMax Filippov1-7/+7
2009-05-20p54spi: cosmetic fixes: use even byte count in SPI write; drop unused interru...Max Filippov1-6/+1
2009-05-20p54spi: fix incorrect access sequence to DMA_WRITE_CTRL in p54spi_spi_write_dmaMax Filippov1-5/+3
2009-05-20drivers/net: use dev_get_drvdataJulia Lawall1-1/+1
2009-05-20cfg80211: mark wiphy->privid as pointer to constDavid Kilroy1-1/+1
2009-05-20cfg80211: mark ops as pointer to constDavid Kilroy3-3/+3
2009-05-20iwlwifi: drop iwl3945_tid_dataTomas Winkler1-5/+1
2009-05-20iwlwifi: drop struct iwl3945_hw_keyTomas Winkler2-9/+3
2009-05-20b43legacy: Remove unnecessary MMIO in interrupt hotpathStefano Brivio3-59/+25
2009-05-20ath9k: cleanup beacon parameters configurationVasanthakumar Thiagarajan2-28/+36
2009-05-20ath9k: Remove unused parameters which are passed to ath_beacon_config_X()Vasanthakumar Thiagarajan1-8/+5
2009-05-20ath9k: Print hw reset failure status as signed intVasanthakumar Thiagarajan2-6/+6
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg12-19/+321
2009-05-20mac80211: move channel switch codeJohannes Berg4-111/+105
2009-05-20nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen3-3/+19
2009-05-20ath9k: Fix PS mode operation to receive buffered broadcast/multicast framesJouni Malinen3-7/+114
2009-05-20ath9k: Clean up RX processing a bitJouni Malinen1-26/+34
2009-05-20ath9k: Fix a check for multicast address for virtual wiphyJouni Malinen1-1/+1
2009-05-20mac80211: Cancel pending probereq poll on beacon RXJouni Malinen1-0/+10