summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-111-9/+10
|\
| * mac80211: improve HT channel handlingJohannes Berg2010-05-071-9/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-2/+4
|\|
| * mac80211_hwsim: fix double-scan detectionJohannes Berg2010-05-031-1/+1
| * mac80211: allow controlling aggregation manuallyJohannes Berg2010-05-031-1/+2
| * mac80211: give virtual interface to hw_scanJohannes Berg2010-04-271-0/+1
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-231-0/+28
|\|
| * mac80211: sample survey implementation for mac80211 & hwsimHolger Schurig2010-04-201-0/+28
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-4/+41
|\|
| * mac80211_hwsim: add sw_scan sw_scan_completeLuis R. Rodriguez2010-04-081-4/+41
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mac80211_hwsim: convert to new station add/remove callbacksJohannes Berg2010-02-191-6/+26
* mac80211_hwsim: add fake hw scan handlerJohannes Berg2010-02-081-1/+43
* cfg80211: export multiple MAC addresses in sysfsJohannes Berg2010-01-221-1/+7
* mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-9/+9
* mac80211: introduce flush operationJohannes Berg2009-12-281-0/+11
* mac80211_hwsim: Check all local addresses for TX Ack statusJouni Malinen2009-12-221-2/+33
* mac80211_hwsim: implement ampdu actionJohannes Berg2009-12-221-0/+26
* mac80211: enable spatial multiplexing powersaveJohannes Berg2009-12-221-4/+20
* cfg80211: convert bools into flagsJohannes Berg2009-11-191-9/+9
* mac80211_hwsim: Send ACK frames on the hwsim0 interfaceJouni Malinen2009-11-021-0/+47
* mac80211_hwsim: Check idle state on TXJouni Malinen2009-11-021-2/+11
* mac80211_hwsim: don't register CCK rates on 5ghzJohannes Berg2009-10-301-3/+4
* mac80211_hwsim: Fix initial beacon timer configurationJouni Malinen2009-09-291-0/+3
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-3/+1Star
* wireless: remove print_mac usesJohannes Berg2009-07-241-2/+0Star
* mac80211_hwsim: report fixed signal strengthJohannes Berg2009-07-241-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-3/+3
|\
| * mac80211_hwsim: fix use after freeJohannes Berg2009-07-211-2/+2
| * mac80211_hwsim: fix unregistrationJohannes Berg2009-07-211-1/+1
* | hwsim: make testmode_cmd staticJohannes Berg2009-07-101-1/+2
* | cfg80211: introduce nl80211 testmode commandJohannes Berg2009-07-101-0/+68
* | mac80211_hwsim: fix-up build damage from removal of skb->dstJohn W. Linville2009-07-101-2/+1Star
* | mac80211_hwsim: clean up the skb before passing it backJohannes Berg2009-07-101-0/+10
* | mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-101-0/+1
|\|
| * mac80211_hwsim: avoid NULL accessJohannes Berg2009-07-081-0/+1
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
|/
* mac80211_hwsim: remove deprecated radio_enabledJohannes Berg2009-06-031-20/+7Star
* mac80211_hwsim: Group radiosDaniel Wagner2009-05-201-1/+34
* mac80211: move HT operation mode BSS infoJohannes Berg2009-05-111-1/+1
* mac80211: tell driver when idleJohannes Berg2009-05-061-2/+4
* mac80211_hwsim: fix bogus warningJohannes Berg2009-05-061-1/+1
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-18/+7Star
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-061-8/+12
* mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg2009-03-281-1/+0Star
* mac80211_hwsim: let the reg workqueue breathe when regtest is setLuis R. Rodriguez2009-03-281-0/+3
* mac80211_hwsim: convert to net_device_opsStephen Hemminger2009-03-221-1/+7
* mac80211_hwsim: add regulatory testing optionsLuis R. Rodriguez2009-03-161-0/+210