summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | ath9k: propagate hw initialization errorsLuis R. Rodriguez2009-08-042-5/+4
* | | | | | ath9k: use a switch for revising supported hw mac revisionsLuis R. Rodriguez2009-08-041-7/+10
* | | | | | ath9k: remove usage of AR_SREV_*() wrapper to detect supported hwLuis R. Rodriguez2009-08-041-2/+4
* | | | | | iwmc3200wifi: avoid setting default key for 802.1X and RSNAZhu Yi2009-08-041-13/+26
* | | | | | iwmc3200wifi: set WEP key static flag correctlyZhu Yi2009-08-041-2/+8
* | | | | | iwmc3200wifi: fix set_wpa_version and set_auth_type orderZhu Yi2009-08-041-2/+7
* | | | | | b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik2009-08-046-4/+127
* | | | | | rt2x00: cancel all work on disconnectPavel Roskin2009-08-041-0/+6
* | | | | | rt61pci: fix module reloadingPavel Roskin2009-08-041-0/+5
* | | | | | b43legacy: Work around mac80211 race conditionLarry Finger2009-08-041-6/+16
* | | | | | drivers/net/wireless: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-041-3/+6
* | | | | | libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10Maithili Hinge2009-08-041-0/+2
* | | | | | iwlwifi: remove duplicated version info from sysfsJay Sternberg2009-08-041-34/+6
* | | | | | iwlwifi: remove deprecated 6000 series adaptersWey-Yi Guy2009-08-043-22/+0
* | | | | | iwlwifi: Distinguish power amplifier for 6000 seriesWey-Yi Guy2009-08-047-15/+94
* | | | | | iwlwifi: clear iwl_cmd_meta structure before useDaniel C Halperin2009-08-041-0/+1
* | | | | | b43: remove wrong probe_resp_plcp writegregor kowski2009-08-041-0/+3
* | | | | | b43: Fix unaligned 32bit SHM-shared accessMichael Buesch2009-08-041-7/+24
* | | | | | libertas: check valid bits in SPI bus mode regAndrey Yurovsky2009-08-041-1/+1
* | | | | | iwlwifi: remove usage of orig_flagsLuis R. Rodriguez2009-08-041-3/+0
* | | | | | rndis_wlan: rework key handlingJussi Kivilinna2009-08-041-46/+142
* | | | | | rndis_wlan: add missing padding to struct rndis_80211_remove_keyJussi Kivilinna2009-08-041-0/+1
* | | | | | rndis_wlan: handle 802.11 indications from deviceJussi Kivilinna2009-08-041-1/+232
* | | | | | rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna2009-08-041-6/+25
* | | | | | rndis_wlan: add rndis_set/query_oid debuggingJussi Kivilinna2009-08-041-2/+84
* | | | | | rndis_wlan: set current packet filter to zero on stopJussi Kivilinna2009-08-041-1/+9
* | | | | | rndis_wlan: reset device and restore multicast list on rndis_wlan_reset()Jussi Kivilinna2009-08-041-0/+30
* | | | | | rndis_wlan: clear cfg80211 scan on rndis_wlan_stop()Jussi Kivilinna2009-08-041-0/+8
* | | | | | rndis_wlan: stop workers on rndis_wlan_stop() and restore on rndis_wlan_reset()Jussi Kivilinna2009-08-041-4/+19
* | | | | | usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna2009-08-041-3/+6
* | | | | | iwlwifi: don't export symbols not needed in other modulesJohannes Berg2009-08-044-6/+0
* | | | | | mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-0420-66/+74
* | | | | | at76c50x-usb: remove unneeded flush_workqueue() at usb disconnectLuis R. Rodriguez2009-08-041-3/+1
* | | | | | ath5k: fix CAB queue operationBob Copeland2009-08-041-1/+4
* | | | | | orinoco: enable cfg80211 "set_channel" operationHolger Schurig2009-08-041-0/+41
* | | | | | ar9170: remove EXPERIMENTAL markerLuis R. Rodriguez2009-08-041-1/+2
* | | | | | b43: Work around mac80211 race conditionLarry Finger2009-08-041-6/+15
* | | | | | ath5k: update PCU opmode whenever a new interface is addedBob Copeland2009-08-041-0/+3
* | | | | | ath9k: Remove unused ath9k_hw_intrget()Vasanthakumar Thiagarajan2009-08-042-6/+0
* | | | | | ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan2009-08-041-3/+0
* | | | | | ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan2009-08-041-3/+1
* | | | | | rt2x00: Fix build error when crypto support is disabledIvo van Doorn2009-08-041-10/+10
* | | | | | rt2x00: move experimental on kconfig only to rt2800usbLuis R. Rodriguez2009-08-041-4/+4
* | | | | | wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211Luis R. Rodriguez2009-08-041-2/+2
* | | | | | ath5k: remove EXPERIMENTAL markerLuis R. Rodriguez2009-08-041-1/+1
* | | | | | ath: use menuconfig to put ath stuff in its own pageLuis R. Rodriguez2009-08-041-1/+1
* | | | | | ath: simplify kconfig dependency and add documentationLuis R. Rodriguez2009-08-044-5/+16
* | | | | | ath: depend on cfg80211Luis R. Rodriguez2009-08-041-0/+1
* | | | | | ar9170: remove unneeded flush_workqueue()Luis R. Rodriguez2009-08-041-2/+1
* | | | | | at76c50x-usb: cancel scan work at stop callbackLuis R. Rodriguez2009-08-041-1/+1
OpenPOWER on IntegriCloud