aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg4-4/+4
2009-01-29ath9k: Remove unnecessary gpio configuration in ath9k_hw_reset()Vasanthakumar Thiagarajan1-12/+2
2009-01-29ath9k: Fix typo in chip version checkVasanthakumar Thiagarajan1-1/+1
2009-01-29mac80211: constify ieee80211_if_conf.bssidJohannes Berg4-4/+4
2009-01-29iwl3945: fix deep sleep when removing the driver.Abbas, Mohamed3-7/+10
2009-01-29iwl3945: Use iwl-rfkillSamuel Ortiz6-199/+43
2009-01-29iwlagn: fix agn rate scalingAbbas, Mohamed1-8/+23
2009-01-29iwlwifi: allow user to set max rateAbbas, Mohamed2-0/+45
2009-01-29ath9k: Enable dynamic power save in ath9k.Vivek Natarajan6-4/+66
2009-01-29iwlwifi: add recognition of Intel WiFi Link 100 SeriesJay Sternberg4-0/+75
2009-01-29iwlwifi: add recognition of Intel WiFi Link 6000 and 6050 SeriesJay Sternberg5-0/+229
2009-01-29iwlwifi: remove static from 5000 structuresJay Sternberg2-2/+6
2009-01-29iwlwifi: correct Kconfig to prevent following entries from not indentingJay Sternberg1-9/+9
2009-01-29iwlwifi: eliminate power_data_39.Winkler, Tomas4-74/+45
2009-01-29iwlwifi: remove unused or twice defined members in iwl_privWinkler, Tomas5-18/+12
2009-01-29iwlwifi: kill scan39Winkler, Tomas2-8/+6
2009-01-29iwl3945: Use iwl-hcmd host command routinesSamuel Ortiz4-257/+34
2009-01-29iwlwifi: Add TFD library operationsSamuel Ortiz8-163/+176
2009-01-29iwl3945: Use iwl_txq_update_write_ptrSamuel Ortiz1-58/+9
2009-01-29iwl3945: add debugging for wrong command queueChatre, Reinette1-1/+8
2009-01-29iwlwifi: kill iwl3945_scan_cancel and iwl3945_scan_cancel_timeoutWinkler, Tomas1-64/+12
2009-01-29iwlwifi: fix iwl_mac_set_key and iwl3945_mac_set_keyWinkler, Tomas2-20/+13
2009-01-29iwlwifi: make iwl-power.c more readableWinkler, Tomas1-27/+24
2009-01-29ath5k: remove stop/start calls from within suspend/resumeBob Copeland1-24/+7
2009-01-29iwlagn: fix hw-rfkill while the interface is downHelmut Schaa1-54/+56
2009-01-29iwl3945: fix some warnings when compiled without debugHelmut Schaa1-0/+6
2009-01-29ath5k: notice a negative keytypeRoel Kluin1-1/+1
2009-01-29rt2x00: Add LED_MODE_ASUS supportIvo van Doorn3-3/+9
2009-01-29rt2x00: conf_tx() only need register access for WMM queuesIvo van Doorn2-30/+30
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn31-31/+31
2009-01-29Move orinoco Kconfig entries into drivers/net/wireless/orinoco/KconfigAndrey Borzenkov2-121/+121
2009-01-29p54spi: remove arch specific dependenciesChristian Lamparter2-19/+28
2009-01-29p54usb: fix conflict with recent usb changesChristian Lamparter1-6/+8
2009-01-29ath9k: Cleanup buffer type assignmentSujith1-17/+11
2009-01-29ath9k: Revamp TX aggregationSujith2-222/+93
2009-01-29ath9k: Handle holding descriptor in TX completion properlySujith1-8/+11
2009-01-29ath9k: Add a helper function to wake mac80211 queuesSujith1-11/+18
2009-01-29ath9k: Merge queue draining functionsSujith4-57/+55
2009-01-29ath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdma directlySujith1-13/+9
2009-01-29ath9k: Reorganize code in xmit.cSujith3-1424/+1180
2009-01-29ath9k: Update short guard interval in rate controlSujith1-0/+2
2009-01-29ath9k: rateCodeToIndex is not used, remove itSujith2-14/+0
2009-01-29ath9k: enable support for AR9100Gabor Juhos1-0/+3
2009-01-29ath9k: fix null pointer dereference in ani monitor codeGabor Juhos1-3/+3
2009-01-29ath9k: fix ar5416Addac_9100 valuesGabor Juhos1-1/+1
2009-01-29ath9k: remove (u16) casts from rtc register accessGabor Juhos2-9/+9
2009-01-29ath9k: get EEPROM contents from platform data on AHB busGabor Juhos4-48/+49
2009-01-29ath9k: introduce platform driver for AHB bus supportGabor Juhos4-0/+179
2009-01-29ath9k: move PCI code into separate fileGabor Juhos4-279/+328
2009-01-29ath9k: introduce bus specific cleanup routineGabor Juhos2-14/+30