aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | ath9k: Fix MCS rates registration bug for AR9285Sujith2009-01-291-5/+18
| * | ath9k: Read and write the TSF via debugfsAlina Friedrichsen2009-01-294-0/+58
| * | ath5k: Read and write the TSF via debugfsAlina Friedrichsen2009-01-293-2/+27
| * | ath9k: simplify regulatory codeLuis R. Rodriguez2009-01-298-3030/+809
| * | cfg80211: rename fw_handles_regulatory to custom_regulatoryLuis R. Rodriguez2009-01-292-2/+2
| * | ath5k: honor the RTS/CTS bitsBob Copeland2009-01-291-1/+17
| * | ath5k: use short preamble when possibleBob Copeland2009-01-291-1/+9
| * | ath5k: remove unused led_off parameterBob Copeland2009-01-291-2/+1
| * | orinoco: trivial cleanup in alloc_orinocodevAndrey Borzenkov2009-01-291-2/+2
| * | orinoco: convert to struct net_device_opsAndrey Borzenkov2009-01-291-8/+12
| * | 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