aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-07ath9k: add helper to un-init the hw properlyLuis R. Rodriguez1-9/+14
2009-10-07ath9k: initialize hw prior to debugfsLuis R. Rodriguez3-15/+30
2009-10-07ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez2-5/+5
2009-10-07ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez2-3/+9
2009-10-07ath5k: fix regression which triggers an SME join upon assocLuis R. Rodriguez1-2/+2
2009-10-07ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()Luis R. Rodriguez1-7/+8
2009-10-07ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez5-9/+9
2009-10-07ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez2-2/+2
2009-10-07ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez1-7/+2
2009-10-07ath5k: fix regression on setting bssid mask on associationLuis R. Rodriguez1-1/+1
2009-10-07wireless: fix CFG80211_WEXT build problemsRandy Dunlap2-2/+2
2009-10-07orinoco: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-10-07ipw2200: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-10-07iwmc3200wifi: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+2
2009-10-07libertas: first stab at cfg80211 supportHolger Schurig6-17/+262
2009-10-07libertas: separate libertas' Kconfig in it's own fileHolger Schurig3-50/+60
2009-10-07Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki1-24/+11
2009-10-07at76c50x-usb: set firmware and hardware version in wiphyKalle Valo1-0/+10
2009-10-07iwlwifi: validate the signature for EEPROM and OTPWey-Yi Guy2-6/+34
2009-10-07iwlwifi: replace iwl_poll_direct_bit with iwl_poll_bit for CSR accessAbhijeet Kolekar5-13/+23
2009-10-07iwlwifi/iwl3945 : unify apm stop operationAbhijeet Kolekar8-124/+47
2009-10-07iwlwifi: LED cleanupJohannes Berg21-721/+194
2009-10-07iwlwifi: device tracingJohannes Berg9-8/+256
2009-10-07iwlwifi: set default aggregation frame count limit to 31Wey-Yi Guy1-1/+1
2009-10-07iwlwifi: clear the translate table areaHuaxu Wan2-2/+4
2009-10-07iwlwifi: change valid EEPROM version for 1000 seriesWey-Yi Guy1-1/+1
2009-10-07iwlwifi: reliable entering of critical temperature stateWey-Yi Guy5-32/+135
2009-10-07wl1251: remove wl1251_netlink.hKalle Valo1-30/+0
2009-10-07libertas: Add auto deep sleep support for SD8385/SD8686/SD8688Amitkumar Karwar15-21/+533
2009-10-07staging: Add proper selection of WIRELESS_EXT and WEXT_PRIVLarry Finger4-4/+10
2009-10-07wext: refactorJohannes Berg4-7/+31
2009-10-07atheros: define a common priv structLuis R. Rodriguez5-24/+31
2009-10-07ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271Luis R. Rodriguez2-2/+7
2009-10-07ath9k_hw: print device ID if not supportedLuis R. Rodriguez1-1/+5
2009-10-07ath9k: move hw code to its own moduleLuis R. Rodriguez8-14/+121
2009-10-07ath9k: use common read/write ops on pci and debug codeLuis R. Rodriguez2-10/+15
2009-10-07b43: Comment unused functions lpphy_restore_dig_flt_state and lpphy_disable_rx_gain_overrideJaswinder Singh Rajput1-0/+6
2009-10-07iwlwifi: drop lib80211 dependencyChristian Lamparter3-3/+0
2009-10-07ath9k: Fix bugs in handling TX powerSenthil Balasubramanian3-7/+104
2009-10-07ath9k: Advertise midband for AR5416 devicesSenthil Balasubramanian2-1/+5
2009-10-07ath9k: Reduce PLL Settle time and eliminate redundant PLL calls.Senthil Balasubramanian3-7/+14
2009-10-07ath9k: Handle ATH9K_BEACON_RESET_TSF properlySenthil Balasubramanian1-1/+0
2009-10-07ath9k: Allow PSPOLL only when the interface is configured in AP modeSenthil Balasubramanian1-1/+4
2009-10-07ath9k: Update initvalsVasanthakumar Thiagarajan1-24/+25
2009-10-07ath9k: Fix RTC reset for AR5416Sujith1-2/+3
2009-10-07ath9k: Update INI release for AR9287Sujith4-12/+48
2009-10-07ath9k: Add Calibration checksVivek Natarajan1-28/+50
2009-10-07ar9170: handle overflow in tsf_low register during get_tsfJoerg Albert3-10/+18
2009-10-07ar9170: add heavy clip handlingJoerg Albert2-4/+69
2009-10-07ar9170: fixed coding style, moved defineJoerg Albert2-13/+17