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. 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/+5
| * 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/+1
* | 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/+0
* 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
* mac80211_hwsim: fix tsf adjustmentThomas Pedersen2013-01-041-4/+5
* mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-1/+3
* mac80211_hwsim: allow testing paged RXJohannes Berg2013-01-031-3/+23
* wireless: fix VHT max AMPDU exponent definitionJohannes Berg2012-12-061-1/+1
* mac80211: remove probe response temporary buffer allocationJohannes Berg2012-11-301-1/+6
* mac80211_hwsim: remove printing scan configJohannes Berg2012-11-261-6/+0
* mac80211_hwsim: advertise VHT supportJohannes Berg2012-11-261-0/+28
* mac80211: convert to channel definition structJohannes Berg2012-11-261-14/+19
* cfg80211: remove remain-on-channel channel typeJohannes Berg2012-11-261-1/+0
* mac80211: make remain_on_channel() op pass vif paramEliad Peller2012-11-191-0/+1
* mac80211: support radiotap vendor namespace RX dataJohannes Berg2012-11-191-1/+32
* mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-091-3/+8
* mac80211_hwsim: print per interface TX powerJohannes Berg2012-10-301-0/+3
* mac80211_hwsim: allow using channel contextsJohannes Berg2012-10-301-100/+390
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-281-4/+1
|\
| * mac80211_hwsim: move module_init/exitJohannes Berg2012-09-061-4/+1
| * Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2012-09-061-5/+0
| |\