summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | rt2x00: Fix pointer errors.Gertjan van Wingerde2011-01-042-8/+8
| * | | | | rt2x00: remove intf->mac field.Gertjan van Wingerde2011-01-042-9/+2Star
| * | | | | rt2x00: Remove intf->bssid field.Gertjan van Wingerde2011-01-042-16/+0Star
| * | | | | rt2x00: allow txstatus_fifo w/o txstatus_taskletJohannes Stezenbach2011-01-041-5/+5
| * | | | | rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach2011-01-042-17/+3Star
| * | | | | carl9170: fix usb pm suspend->resume woesChristian Lamparter2011-01-041-16/+37
| * | | | | carl9170: reduce channel change delayChristian Lamparter2011-01-041-8/+0Star
| * | | | | carl9170: add missing return-value checkChristian Lamparter2011-01-041-0/+2
| * | | | | ath5k: fix cycle counter inconsistent lockingBob Copeland2011-01-041-2/+2
| * | | | | ath9k: fix spur mitigation no-spur case for AR9002Brian Prodoehl2011-01-041-2/+3
| * | | | | airo: use simple_write_to_bufferAkinobu Mita2011-01-041-13/+7Star
| * | | | | ath9k: spin_lock_bh is not required within tasklet context.Senthil Balasubramanian2011-01-041-2/+2
| * | | | | iwlagn: fix scan tx antenna setting on 5Ghz bandStanislaw Gruszka2011-01-043-16/+6Star
| * | | | | ath5k: Move mac80211 functions into new fileBruno Randolf2011-01-043-713/+825
| * | | | | iwlwifi: remove reference to Gen2Wey-Yi Guy2010-12-261-3/+3
| * | | | | iwlagn: fix FH errorJohannes Berg2010-12-261-1/+2
| * | | | | iwlwifi: remove extra stringWey-Yi Guy2010-12-261-1/+1
| * | | | | rtlwifi: Fix large packet issueChaoming Li2010-12-221-3/+15
| * | | | | ath9k: Reset keycache on resumeMohammed Shafi Shajakhan2010-12-223-1/+10
| * | | | | rtlwifi: rtl8192ce: Fix driver problem when radio switch off at module loadLarry Finger2010-12-222-18/+5Star
| * | | | | rndis_wlan: add support for set_power_mgmtJussi Kivilinna2010-12-221-0/+48
| * | | | | rndis_wlan: add support for set_cqm_rssi_configJussi Kivilinna2010-12-221-1/+50
| * | | | | rndis_wlan: remove unused variable from priv structureJussi Kivilinna2010-12-221-2/+0Star
| * | | | | rndis_wlan: constify rndis_config_opsJussi Kivilinna2010-12-221-1/+1
| * | | | | rndis_wlan: turn radio off before interface is bring upJussi Kivilinna2010-12-221-3/+3
| * | | | | rndis_wlan: do not set default_key if not WEP keyJussi Kivilinna2010-12-221-0/+3
| * | | | | rndis_wlan: scanning, workaround device returning incorrect bssid-list item c...Jussi Kivilinna2010-12-221-18/+62
| * | | | | b43: N-PHY: enable support for PHYs rev 3 and higherRafał Miłecki2010-12-221-1/+1
| * | | | | b43: N-PHY: update 2056 radio on channel switch on rev3+Rafał Miłecki2010-12-221-1/+94
| * | | | | b43: N-PHY: use correct channel tables for rev4+Rafał Miłecki2010-12-222-5/+33
| * | | | | b43: N-PHY: avoid PHY hangs for rev 3 and 4Rafał Miłecki2010-12-221-0/+1
| * | | | | b43: N-PHY: add init tables for 2056 radioRafał Miłecki2010-12-221-0/+2931
| * | | | | b43: N-PHY: implement radio 2056 init stepsRafał Miłecki2010-12-223-2/+111
| * | | | | b43: use correct firmware for newer coresRafał Miłecki2010-12-221-3/+9
| * | | | | ath9k_hw: Fix bug in eeprom data length validation for AR9485Vasanthakumar Thiagarajan2010-12-221-1/+3
| * | | | | ath5k: Use helper function to get eeprom mode from channelBruno Randolf2010-12-225-65/+42Star
| * | | | | ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf2010-12-223-25/+10Star
| * | | | | ath5k: Track current TX power separately from max TX powerBruno Randolf2010-12-222-4/+4
| * | | | | ath5k: Separate powertable setup and writingBruno Randolf2010-12-221-18/+16Star
| * | | | | ath5k: Simplify powertable recalculationBruno Randolf2010-12-222-22/+14Star
| * | | | | ath9k: unlock on error path in ath9k_change_interface()Dan Carpenter2010-12-221-4/+7
| * | | | | rtlwifi: Use pci_pcie_cap()Hauke Mehrtens2010-12-221-1/+1
| * | | | | ath9k: Use pci_is_pcie()Hauke Mehrtens2010-12-221-1/+1
| * | | | | ath5k: Use pci_is_pcie()Hauke Mehrtens2010-12-222-3/+3
| * | | | | rt2x00: Use pci_is_pcie()Hauke Mehrtens2010-12-221-1/+1
| * | | | | wl12xx: remove unnecessary importHauke Mehrtens2010-12-221-1/+0Star
| * | | | | wl1251: remove unnecessary importHauke Mehrtens2010-12-221-1/+0Star
| * | | | | ath9k: fix aphy / wiphy idle mismatchLuis R. Rodriguez2010-12-222-0/+2
| * | | | | ath9k: Fix warnings on card removalRajkumar Manoharan2010-12-224-1/+7
| * | | | | ath9k_htc: Fix warning on device removalSujith Manoharan2010-12-227-14/+14