aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-294-4/+4
* ath9k: Remove unnecessary gpio configuration in ath9k_hw_reset()Vasanthakumar Thiagarajan2009-01-291-12/+2
* ath9k: Fix typo in chip version checkVasanthakumar Thiagarajan2009-01-291-1/+1
* mac80211: constify ieee80211_if_conf.bssidJohannes Berg2009-01-294-4/+4
* iwl3945: fix deep sleep when removing the driver.Abbas, Mohamed2009-01-293-7/+10
* iwl3945: Use iwl-rfkillSamuel Ortiz2009-01-296-199/+43
* iwlagn: fix agn rate scalingAbbas, Mohamed2009-01-291-8/+23
* iwlwifi: allow user to set max rateAbbas, Mohamed2009-01-292-0/+45
* ath9k: Enable dynamic power save in ath9k.Vivek Natarajan2009-01-296-4/+66
* iwlwifi: add recognition of Intel WiFi Link 100 SeriesJay Sternberg2009-01-294-0/+75
* iwlwifi: add recognition of Intel WiFi Link 6000 and 6050 SeriesJay Sternberg2009-01-295-0/+229
* iwlwifi: remove static from 5000 structuresJay Sternberg2009-01-292-2/+6
* iwlwifi: correct Kconfig to prevent following entries from not indentingJay Sternberg2009-01-291-9/+9
* iwlwifi: eliminate power_data_39.Winkler, Tomas2009-01-294-74/+45
* iwlwifi: remove unused or twice defined members in iwl_privWinkler, Tomas2009-01-295-18/+12
* iwlwifi: kill scan39Winkler, Tomas2009-01-292-8/+6
* iwl3945: Use iwl-hcmd host command routinesSamuel Ortiz2009-01-294-257/+34
* iwlwifi: Add TFD library operationsSamuel Ortiz2009-01-298-163/+176
* iwl3945: Use iwl_txq_update_write_ptrSamuel Ortiz2009-01-291-58/+9
* iwl3945: add debugging for wrong command queueChatre, Reinette2009-01-291-1/+8
* iwlwifi: kill iwl3945_scan_cancel and iwl3945_scan_cancel_timeoutWinkler, Tomas2009-01-291-64/+12
* iwlwifi: fix iwl_mac_set_key and iwl3945_mac_set_keyWinkler, Tomas2009-01-292-20/+13
* iwlwifi: make iwl-power.c more readableWinkler, Tomas2009-01-291-27/+24
* ath5k: remove stop/start calls from within suspend/resumeBob Copeland2009-01-291-24/+7
* iwlagn: fix hw-rfkill while the interface is downHelmut Schaa2009-01-291-54/+56
* iwl3945: fix some warnings when compiled without debugHelmut Schaa2009-01-291-0/+6
* ath5k: notice a negative keytypeRoel Kluin2009-01-291-1/+1
* rt2x00: Add LED_MODE_ASUS supportIvo van Doorn2009-01-293-3/+9
* rt2x00: conf_tx() only need register access for WMM queuesIvo van Doorn2009-01-292-30/+30
* rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-2931-31/+31
* Move orinoco Kconfig entries into drivers/net/wireless/orinoco/KconfigAndrey Borzenkov2009-01-292-121/+121
* p54spi: remove arch specific dependenciesChristian Lamparter2009-01-292-19/+28
* p54usb: fix conflict with recent usb changesChristian Lamparter2009-01-291-6/+8
* ath9k: Cleanup buffer type assignmentSujith2009-01-291-17/+11
* ath9k: Revamp TX aggregationSujith2009-01-292-222/+93
* ath9k: Handle holding descriptor in TX completion properlySujith2009-01-291-8/+11
* ath9k: Add a helper function to wake mac80211 queuesSujith2009-01-291-11/+18
* ath9k: Merge queue draining functionsSujith2009-01-294-57/+55
* ath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdma directlySujith2009-01-291-13/+9
* ath9k: Reorganize code in xmit.cSujith2009-01-293-1424/+1180
* ath9k: Update short guard interval in rate controlSujith2009-01-291-0/+2
* ath9k: rateCodeToIndex is not used, remove itSujith2009-01-292-14/+0
* ath9k: enable support for AR9100Gabor Juhos2009-01-291-0/+3
* ath9k: fix null pointer dereference in ani monitor codeGabor Juhos2009-01-291-3/+3
* ath9k: fix ar5416Addac_9100 valuesGabor Juhos2009-01-291-1/+1
* ath9k: remove (u16) casts from rtc register accessGabor Juhos2009-01-292-9/+9
* ath9k: get EEPROM contents from platform data on AHB busGabor Juhos2009-01-294-48/+49
* ath9k: introduce platform driver for AHB bus supportGabor Juhos2009-01-294-0/+179
* ath9k: move PCI code into separate fileGabor Juhos2009-01-294-279/+328
* ath9k: introduce bus specific cleanup routineGabor Juhos2009-01-292-14/+30