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. Linville2014-01-171-602/+644
|\
| * mac80211_hwsim: restore regulatory testing functionalityJohannes Berg2014-01-101-3/+215
| * mac80211_hwsim: allow creating/destroying radios on the flyJohannes Berg2014-01-101-6/+54
| * mac80211_hwsim: register netlink even with multi-channelJohannes Berg2014-01-101-8/+16
| * mac80211_hwsim: verify wmediumd socketJohannes Berg2014-01-101-0/+9
| * mac80211_hwsim: shuffle code to prepare for dynamic radiosJohannes Berg2014-01-101-413/+413
| * mac80211_hwsim: minor netlink cleanupsJohannes Berg2014-01-101-41/+23Star
| * mac80211_hwsim: assign index from separate counterJohannes Berg2014-01-101-2/+8
| * mac80211_hwsim: minimize rctbl module parameter usageJohannes Berg2014-01-101-3/+3
| * mac80211_hwsim: refactor radio cleanupJohannes Berg2014-01-101-14/+18
| * mac80211_hwsim: refactor radio registrationJohannes Berg2014-01-101-230/+225Star
| * mac80211_hwsim: remove regtest for nowJohannes Berg2014-01-101-220/+0Star
| * mac80211_hwsim: prepare for different channel supportJohannes Berg2014-01-101-31/+36
| * mac80211_hwsim: clean up netlink exit codeJohannes Berg2014-01-101-7/+1Star
| * mac80211: remove channel_change_timeJohannes Berg2014-01-071-1/+0Star
| * mac80211_hwsim: fix a print messageJohannes Berg2014-01-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+1
|\ \ | |/ |/|
| * mac80211_hwsim: Fix NULL pointer dereferenceJavier Lopez2013-12-161-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-4/+12
|\|
| * mac80211_hwsim: Fix bcn_en_iter to use atomic iterationJouni Malinen2013-11-251-1/+1
| * mac80211_hwsim: Fix radiotap header for ACK framesJouni Malinen2013-11-251-3/+11
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-021-32/+69
|\ \ | |/ |/|
| * mac80211_hwsim: use CLOCK_MONOTONIC_RAWJohannes Berg2013-12-021-1/+1
| * cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-251-9/+16
| * mac80211_hwsim: claim CCK support for HT clientsKarl Beldan2013-11-251-1/+2
| * mac80211_hwsim: VHT add 160MHz width supportJanusz Dziedzic2013-11-251-0/+1
| * mac80211_hwsim: Add iface comb for DFSJanusz Dziedzic2013-11-251-8/+42
| * mac80211_hwsim: use debugfs_remove_recursiveJanusz Dziedzic2013-11-251-11/+5Star
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-251-2/+2
* | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1Star
* | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
|/
* mac80211_hwsim: Fix tracking of beaconing for multi-vifJouni Malinen2013-10-281-3/+24
* mac80211_hwsim: fix error return code in init_mac80211_hwsim()Wei Yongjun2013-08-261-1/+3
* mac80211: add vif to testmode cmdDavid Spinadel2013-08-121-0/+1
* mac80211_hwsim: claim active monitor supportJohannes Berg2013-07-161-0/+1
* mac80211_hwsim: claim uAPSD supportJohannes Berg2013-07-161-1/+2
* mac80211_hwsim: use ieee80211_free_txskbJohannes Berg2013-07-161-3/+3
* mac80211_hwsim: correctly register the platform driverSasha Levin2013-05-161-9/+9
* mac80211_hwsim: handle IEEE80211_HW_SUPPORTS_RC_TABLEKarl Beldan2013-04-221-1/+23
* mac80211_hwsim: handle VHT rates in rx_statusKarl Beldan2013-04-161-3/+11
* mac80211_hwsim: Register and bind to driverMartin Pitt2013-04-101-5/+26
* mac80211_hwsim: advertise VHT support also when channels == 1Karl Beldan2013-04-081-3/+0Star
* mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-15/+27
* mac80211_hwsim: assign CAB queue properly on interface type changeJohannes Berg2013-03-181-0/+6
* mac80211: pass queue bitmap to flush operationJohannes Berg2013-03-181-1/+1
* mac80211: Allow drivers to differentiate between ROC typesIlan Peer2013-03-061-1/+2
* mac80211_hwsim: ask mac80211 to reserve space for chanctx.drv_privKarl Beldan2013-02-151-0/+1
* mac80211_hwsim: fix beacon timestamp and mactimeThomas Pedersen2013-01-111-18/+39
* mac80211_hwsim: fix beacon timingThomas Pedersen2013-01-041-3/+21
* mac80211_hwsim: hrtimer beaconThomas Pedersen2013-01-041-21/+42