summaryrefslogtreecommitdiffstats
path: root/net/wireless/ethtool.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen10-79/+122
2010-01-12mac80211: Select lowest rate based on basic rate set in AP modeJouni Malinen3-11/+40
2010-01-12mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi1-1/+2
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek4-0/+85
2010-01-12ath5k: Reimplement clock rate to usec conversionLukáš Turek4-33/+62
2010-01-12ath5k: Fix functions for getting/setting slot timeLukáš Turek1-7/+13
2010-01-12mac80211: Add new callback set_coverage_classLukáš Turek4-0/+50
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek4-0/+22
2010-01-12ath9k: re-enable ps by default for new single chip familiesLuis R. Rodriguez1-1/+4
2010-01-06Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville3-9/+9
2010-01-06mac80211: fix-up build breakage in 2.6.33John W. Linville1-1/+1
2010-01-05wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setJohn W. Linville1-3/+3
2010-01-05mac80211: fix ampdu_action tx_start ssnChristian Lamparter1-1/+1
2010-01-05mwl8k: pass GET_HW_SPEC capability bitmask up the stackLennert Buytenhek1-0/+64
2010-01-05mwl8k: trivial rx-only ampdu implementationLennert Buytenhek1-0/+17
2010-01-05mwl8k: pass in HT capabilities and rates when associatingLennert Buytenhek1-15/+20
2010-01-05mwl8k: allow setting HT channelsLennert Buytenhek1-5/+13
2010-01-05mwl8k: add support for 88w8363 in STA modeLennert Buytenhek1-1/+9
2010-01-05mwl8k: fix changed flags handling in mwl8k_bss_info_changed()Lennert Buytenhek1-19/+33
2010-01-05mwl8k: honor peer rate setLennert Buytenhek1-14/+43
2010-01-05mwl8k: move ->peer_id from mwl8k_vif to mwl8k_staLennert Buytenhek1-52/+67
2010-01-05mwl8k: remove mwl8k_vif::bssid, which is now uselessLennert Buytenhek1-14/+5
2010-01-05mwl8k: handle station database update for AP's sta entry via ->sta_notify()Lennert Buytenhek1-9/+73
2010-01-05mwl8k: move struct peer_capability_info to its only userLennert Buytenhek1-48/+43
2010-01-05mwl8k: make the tx ring drain status messages somewhat more friendlyLennert Buytenhek1-2/+2
2010-01-05mwl8k: prevent freeing free IRQ if ieee80211_register_hw() failsLennert Buytenhek1-1/+1
2010-01-05mwl8k: bail out if there is no AP firmware image support for this chipLennert Buytenhek1-2/+9
2010-01-05cfg80211: add a regulatory debug printLuis R. Rodriguez1-14/+18
2010-01-05mwl8k: update version number to 0.11Lennert Buytenhek1-1/+1
2010-01-05mac80211: fix ieee80211_change_mac() to use struct sockaddrKalle Valo1-2/+3
2010-01-05mac80211: fix a warning related to pointer conversion to u64 cookieKalle Valo1-6/+6
2010-01-05mac80211: No need to include WEXT headers hereJouni Malinen3-3/+0
2010-01-05iwlwifi: remove linux/utsrelease.h dependencyZhu Yi1-3/+1
2010-01-05rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde2-1/+17
2010-01-05mac80211: fix skb buffering issueJohannes Berg6-32/+132
2010-01-05rt2x00: Fix LED configuration setting for rt2800.Gertjan van Wingerde1-1/+1
2010-01-05rt2x00: use correct headroom for transmissionPavel Roskin1-3/+3
2010-01-04cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez1-1/+1
2010-01-04ath5k: Fix eeprom checksum check for custom sized eepromsLuis R. Rodriguez2-3/+37
2010-01-04zd1211rw: Fix multicast filtering.Benoit Papillault1-6/+7
2010-01-04iwl: off by one bugDan Carpenter1-1/+1
2010-01-04mwl8k: fix configure_filter() memory leak on errorLennert Buytenhek1-1/+3
2010-01-04ath9k: fix ito64Ming Lei1-3/+3
2010-01-04ath9k: Fix Kconfig depends for ATH9K_DEBUGFSDominik Geyer1-1/+1
2010-01-04mac80211: fix typo added by "mac80211: fix propagation of failed..."John W. Linville1-1/+1
2010-01-04wl1271: fix timeout in wl1271_top_reg_readJuha Leppanen1-2/+1
2009-12-29Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2-158/+46
2009-12-28mac80211: annotate sleeping driver opsKalle Valo2-16/+87
2009-12-28mac80211: remove requeue from workJohannes Berg1-18/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg25-214/+170