summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-12cfg80211: Store IEs from both Beacon and Probe Response framesJouni Malinen5-33/+116
2010-01-12wl1251: fix sleep related error paths in wl1251_op_bss_info_changed()Kalle Valo1-5/+5
2010-01-12wl1251: use mac80211 provided channel parameters in scanningKalle Valo3-2/+9
2010-01-12wl1251: get probe request template from mac80211Kalle Valo1-74/+12
2010-01-12wl1251: cleanup scanning codeKalle Valo3-107/+117
2010-01-12mac80211: use Probe Request template when sending a direct scanKalle Valo1-24/+16
2010-01-12mac80211: create Probe Request templateKalle Valo2-0/+67
2010-01-12wl1251: get PS Poll and Nullfunc templates from mac80211Kalle Valo1-42/+16
2010-01-12mac80211: use PS Poll and Nullfunc templates when sending such framesKalle Valo1-39/+9
2010-01-12mac80211: add functions to create PS Poll and Nullfunc templatesKalle Valo3-0/+117
2010-01-12rt2x00: Make rt2800_init_led static and don't export it.Gertjan van Wingerde2-4/+1
2010-01-12rt2x00: Unify rt2800 WPDMA ready waiting functions.Gertjan van Wingerde4-41/+25
2010-01-12rt2x00: RF3052 is a valid RF chipset for USB devices as well.Gertjan van Wingerde1-2/+3
2010-01-12nl80211: New command for setting TX rate mask for rate controlJouni Malinen3-2/+157
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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-7/+7
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville18-53/+206
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