summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2009-10-30netwave: move driver to stagingJohn W. Linville3-1405/+0
2009-10-30wavelan: move driver to stagingJohn W. Linville10-11919/+0
2009-10-30arlan: move driver to stagingJohn W. Linville5-3699/+0
2009-10-30strip: move driver to stagingJohn W. Linville3-2829/+0
2009-10-30mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2-2/+2
2009-10-30mac80211_hwsim: don't register CCK rates on 5ghzJohannes Berg1-3/+4
2009-10-30ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal()Luis R. Rodriguez1-1/+1
2009-10-30ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offsetLuis R. Rodriguez2-3/+16
2009-10-30ath9k_hw: add AR9271 single chip name mappingLuis R. Rodriguez1-1/+2
2009-10-30ath9k_hw: distinguish single-chip solutions on initial probe printLuis R. Rodriguez4-20/+36
2009-10-30ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez5-62/+71
2009-10-30wl1251: enable power saveKalle Valo1-1/+2
2009-10-30b43: LP-PHY: Begin implementing calibration & software RFKILL supportGábor Stefanik2-136/+658
2009-10-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-11/+11
2009-10-27ath: Updates for regulatory and country codes.Vivek Natarajan2-12/+28
2009-10-27iwlwifi: minor comments changes for wimax co-exist commandWey-Yi Guy1-1/+1
2009-10-27iwlwifi: make sure device is reset when unloading driverBen Cahill2-0/+18
2009-10-27iwlwifi: update lowest API version support for 6x00 & 6x50 seriesWey-Yi Guy1-2/+2
2009-10-27iwlwifi: remove duplicated defineWey-Yi Guy2-4/+2
2009-10-27iwlwifi: reuse page for notification packetsZhu Yi2-24/+30
2009-10-27iwlwifi: remove unused parametersWey-Yi Guy1-7/+2
2009-10-27iwlwifi: remove duplicate definesReinette Chatre3-18/+0
2009-10-27iwlwifi: add channel switch support to 5000 series and upWey-Yi Guy7-17/+89
2009-10-27iwlwifi: issue ct_kill host command based on device configWey-Yi Guy4-7/+16
2009-10-27iwlwifi: choose thermal throttle method based on device configWey-Yi Guy3-6/+14
2009-10-27iwlwifi: increase max tfd payload sizeWey-Yi Guy1-3/+8
2009-10-27iwlwifi: fix use after free bug for paged rxZhu Yi4-19/+46
2009-10-27iwlwifi: specify the valid tx/rx chain in device config structureWey-Yi Guy1-4/+6
2009-10-27iwlwifi: update bt co-exit configuration parameterWey-Yi Guy2-3/+16
2009-10-27iwlwifi: separate led function from statistic notificationWey-Yi Guy3-5/+2
2009-10-27iwlwifi: consolidate apm_init() functionsBen Cahill8-183/+190
2009-10-27iwlwifi: fix gain computation for 5000 series and upWey-Yi Guy1-1/+1
2009-10-27iwlwifi: add missing commands to syslog messagesJay Sternberg2-0/+3
2009-10-27libertas: remove some references to IW_MODE_abcHolger Schurig2-9/+4
2009-10-27libertas: sort and categorize entries in decl.hHolger Schurig4-24/+27
2009-10-27libertas: move mic failure event to wext.cHolger Schurig3-30/+29
2009-10-27libertas: move SIOCGIWAP calls to wext.cHolger Schurig4-11/+12
2009-10-27libertas: remove "struct cmd_ds_gen"Holger Schurig4-28/+18
2009-10-27libertas: remove handling for CMD_GET_TSFHolger Schurig3-13/+0
2009-10-27libertas: remove handling for CMD_802_11_LED_GPIO_CTRLHolger Schurig2-29/+0
2009-10-27libertas: move lbs_send_iwevcustom_event() to wext.cHolger Schurig4-26/+26
2009-10-27libertas: move association related commands into assoc.cHolger Schurig5-396/+410
2009-10-27libertas: get current channel out of priv->curbssparamsHolger Schurig6-25/+25
2009-10-27libertas: sort variables in struct lbs_privateHolger Schurig1-153/+104
2009-10-27libertas: move scan/assoc related stuffHolger Schurig9-340/+348
2009-10-27libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LENHolger Schurig9-27/+27
2009-10-27libertas: remove unused 11d.h as well, priv->countryinfoHolger Schurig4-109/+2
2009-10-27libertas: remove unused 11d codeHolger Schurig10-830/+13
2009-10-27zd1211rw: Fix TX status reporting in order to have proper rate controlBenoit PAPILLAULT5-26/+227
2009-10-27wl1271: use ieee80211_rx_ni()Luciano Coelho1-1/+1