aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mac80211_hwsim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-13/+13
2015-05-06mac80211_hwsim: Fix the supported VHT mcs ratesIlan Peer1-5/+5
2015-05-06mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz bandIlan Peer1-25/+25
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+0
2015-04-22mac80211_hwsim: enable IEEE80211_HW_SUPPORT_FAST_XMITJohannes Berg1-1/+2
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-12/+91
2015-03-04mac80211_hwsim: fix beacon timersJohannes Berg1-9/+6
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-03-03mac80211_hwsim: Add minimal capability for vendor command/event testingJouni Malinen1-0/+83
2015-02-28mac80211_hwsim: support any address in userspaceBob Copeland1-3/+2
2015-02-24mac80211_hwsim: fix error handling in tx_frame_nlBob Copeland1-1/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-15Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-15/+15
2015-01-09mac80211_hwsim: fix PS debugfs file lockingJohannes Berg1-11/+11
2014-12-22mac80211_hwsim: fix check for custom world regdom array sizeJohannes Berg1-4/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+3
2014-11-24Revert "mac80211_hwsim: VHT add 160MHz width support"Johannes Berg1-1/+0
2014-11-21mac80211_hwsim: Send alpha2 only if non-zeroPatrik Flykt1-1/+3
2014-11-20Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-46/+233
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+3
2014-11-19mac80211-hwsim: Add HWSIM_CMD_GET_RADIO commandPatrik Flykt1-1/+122
2014-11-19mac80211-hwsim: Factor out netlink attribute appendingPatrik Flykt1-30/+30
2014-11-19mac80211-hwsim: remove unnecessary hwname checkJohannes Berg1-2/+1
2014-11-19mac80211-hwsim: hwname is always known so use the value from wiphyJukka Rissanen1-9/+9
2014-11-19mac80211_hwsim: support scanning with random MAC addressJohannes Berg1-2/+16
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-3/+6
2014-11-10mac80211: add back support for radiotap vendor namespace dataJohannes Berg1-0/+50
2014-10-31mac80211-hwsim: Provide multicast event for HWSIM_CMD_DEL_RADIOJukka Rissanen1-7/+47
2014-10-31mac80211-hwsim: Provide multicast event for HWSIM_CMD_NEW_RADIOJukka Rissanen1-77/+198
2014-10-31mac80211-hwsim: add missing policy entriesJohannes Berg1-0/+3
2014-10-29mac80211-hwsim: remove spurious newlineJohannes Berg1-1/+0
2014-10-29mac80211-hwsim: support SGI-20Ben Greear1-0/+1
2014-10-29mac80211-hwsim: add frequency attribute to netlink pktsBen Greear1-0/+6
2014-10-29mac80211_hwsim: release driver when ieee80211_register_hw failsJunjie Mao1-1/+3
2014-10-27mac80211-hwsim: support creating wiphy w/out creating wlanXBen Greear1-3/+12
2014-10-27mac80211-hwsim: support creating radios with specific nameBen Greear1-4/+9
2014-10-24mac80211-hwsim: support destroying radio by nameBen Greear1-5/+16
2014-10-24mac80211-hwsim: add ethtool stats supportBen Greear1-1/+74
2014-10-20net: wireless: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-09mac80211-hwsim: Add support for HWSIM_ATTR_DESTROY_RADIO_ON_CLOSEJukka Rissanen1-3/+37
2014-10-09mac80211_hwsim: fix typo, remove unnecessary gotoBen Greear1-2/+1
2014-10-09mac80211_hwsim: fix memory leak on netlink TX failureBen Greear1-1/+2
2014-09-11mac80211: replace SMPS hw flags with wiphy feature bitsEliad Peller1-4/+4
2014-07-28Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-3/+8
2014-07-23mac80211_hwsim: fix compiler warning on MIPSAndrew Bresticker1-3/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+2
2014-06-23mac80211_hwsim: clean up own address matchingJohannes Berg1-35/+31