summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-04rt2x00: Fix comment about removed spinlockHelmut Schaa1-4/+1
2011-01-04rt2x00: Remove unused interface spinlockHelmut Schaa2-7/+0
2011-01-04rt2x00: Simplify intf->delayed_flags lockingHelmut Schaa3-19/+7
2011-01-04rt2x00: Remove superfluous assignment of mpdu_densityHelmut Schaa1-2/+0
2011-01-04rt2x00: Fix panic on frame padding for rt2800 usb devicesIsmael Luceno1-4/+12
2011-01-04rt2x00: Fix pointer errors.Gertjan van Wingerde2-8/+8
2011-01-04rt2x00: remove intf->mac field.Gertjan van Wingerde2-9/+2
2011-01-04rt2x00: Remove intf->bssid field.Gertjan van Wingerde2-16/+0
2011-01-04rt2x00: allow txstatus_fifo w/o txstatus_taskletJohannes Stezenbach1-5/+5
2011-01-04rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach2-17/+3
2011-01-04carl9170: fix usb pm suspend->resume woesChristian Lamparter1-16/+37
2011-01-04carl9170: reduce channel change delayChristian Lamparter1-8/+0
2011-01-04carl9170: add missing return-value checkChristian Lamparter1-0/+2
2011-01-04ath5k: fix cycle counter inconsistent lockingBob Copeland1-2/+2
2011-01-04ath9k: fix spur mitigation no-spur case for AR9002Brian Prodoehl1-2/+3
2011-01-04airo: use simple_write_to_bufferAkinobu Mita1-13/+7
2011-01-04ath9k: spin_lock_bh is not required within tasklet context.Senthil Balasubramanian1-2/+2
2011-01-04iwlagn: fix scan tx antenna setting on 5Ghz bandStanislaw Gruszka3-16/+6
2011-01-04ath5k: Move mac80211 functions into new fileBruno Randolf3-713/+825
2010-12-26iwlwifi: remove reference to Gen2Wey-Yi Guy1-3/+3
2010-12-26iwlagn: fix FH errorJohannes Berg1-1/+2
2010-12-26iwlwifi: remove extra stringWey-Yi Guy1-1/+1
2010-12-22rtlwifi: Fix large packet issueChaoming Li1-3/+15
2010-12-22ath9k: Reset keycache on resumeMohammed Shafi Shajakhan3-1/+10
2010-12-22rtlwifi: rtl8192ce: Fix driver problem when radio switch off at module loadLarry Finger2-18/+5
2010-12-22rndis_wlan: add support for set_power_mgmtJussi Kivilinna1-0/+48
2010-12-22rndis_wlan: add support for set_cqm_rssi_configJussi Kivilinna1-1/+50
2010-12-22rndis_wlan: remove unused variable from priv structureJussi Kivilinna1-2/+0
2010-12-22rndis_wlan: constify rndis_config_opsJussi Kivilinna1-1/+1
2010-12-22rndis_wlan: turn radio off before interface is bring upJussi Kivilinna1-3/+3
2010-12-22rndis_wlan: do not set default_key if not WEP keyJussi Kivilinna1-0/+3
2010-12-22rndis_wlan: scanning, workaround device returning incorrect bssid-list item c...Jussi Kivilinna1-18/+62
2010-12-22b43: N-PHY: enable support for PHYs rev 3 and higherRafał Miłecki1-1/+1
2010-12-22b43: N-PHY: update 2056 radio on channel switch on rev3+Rafał Miłecki1-1/+94
2010-12-22b43: N-PHY: use correct channel tables for rev4+Rafał Miłecki2-5/+33
2010-12-22b43: N-PHY: avoid PHY hangs for rev 3 and 4Rafał Miłecki1-0/+1
2010-12-22b43: N-PHY: add init tables for 2056 radioRafał Miłecki1-0/+2931
2010-12-22b43: N-PHY: implement radio 2056 init stepsRafał Miłecki3-2/+111
2010-12-22b43: use correct firmware for newer coresRafał Miłecki1-3/+9
2010-12-22ath9k_hw: Fix bug in eeprom data length validation for AR9485Vasanthakumar Thiagarajan1-1/+3
2010-12-22ath5k: Use helper function to get eeprom mode from channelBruno Randolf5-65/+42
2010-12-22ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf3-25/+10
2010-12-22ath5k: Track current TX power separately from max TX powerBruno Randolf2-4/+4
2010-12-22ath5k: Separate powertable setup and writingBruno Randolf1-18/+16
2010-12-22ath5k: Simplify powertable recalculationBruno Randolf2-22/+14
2010-12-22ath9k: unlock on error path in ath9k_change_interface()Dan Carpenter1-4/+7
2010-12-22rtlwifi: Use pci_pcie_cap()Hauke Mehrtens1-1/+1
2010-12-22ath9k: Use pci_is_pcie()Hauke Mehrtens1-1/+1
2010-12-22ath5k: Use pci_is_pcie()Hauke Mehrtens2-3/+3
2010-12-22rt2x00: Use pci_is_pcie()Hauke Mehrtens1-1/+1