linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] improvements for wmediumd-like simulations and config enhancements
@ 2018-01-22 17:04 Benjamin Beichler
  2018-01-22 17:04 ` [PATCH v4 1/3] mac80211_hwsim: add permanent mac address option for new radios Benjamin Beichler
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Benjamin Beichler @ 2018-01-22 17:04 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Benjamin Beichler

This patch series (based on mac80211next branch) includes the rest of our proposed
changes:
- add argument to set permanent MAC address of a hwsim interface while creation
- fixing bad behavior of radio dump and module unload with many radios

Changes since v3:
* applied all comments of jberg
* only included non-merged commits to avoid conflicts

Changes since v2:
* added a separate workqueue for the deferred deletion tasks (and therefore
	reduce the introduced code massively)
* fixed missing signaling of interrupted nl-dump operation
* fixed small formatting errors

Changes since v1:
* syntactical/formal issues
* the hashtable is now formed by rhashtable
* instead of the radio id, the radio mac-address can be configured by new
	radio command
* parallel ops patch is removed
* removed the reverse synchronization of the tx-flags from driver to mac80211,
	since I believe the tx-rate flags are not used after the transmission
	is done

Benjamin Beichler (3):
  mac80211_hwsim: add permanent mac address option for new radios
  mac80211_hwsim: add nl_err_msg in hwsim_new_radio in netlink case
  mac80211_hwsim: add generation count for netlink dump operation

 drivers/net/wireless/mac80211_hwsim.c | 83 +++++++++++++++++++++++++++--------
 drivers/net/wireless/mac80211_hwsim.h |  9 +++-
 2 files changed, 73 insertions(+), 19 deletions(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-03-19 11:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-22 17:04 [PATCH v4 0/3] improvements for wmediumd-like simulations and config enhancements Benjamin Beichler
2018-01-22 17:04 ` [PATCH v4 1/3] mac80211_hwsim: add permanent mac address option for new radios Benjamin Beichler
2018-03-19 11:09   ` Jouni Malinen
2018-01-22 17:04 ` [PATCH v4 2/3] mac80211_hwsim: add nl_err_msg in hwsim_new_radio in netlink case Benjamin Beichler
2018-01-30  7:56   ` Johannes Berg
2018-01-30  9:47     ` Benjamin Beichler
2018-01-31 12:05       ` Johannes Berg
2018-01-31 14:49         ` Benjamin Beichler
2018-01-22 17:04 ` [PATCH v4 3/3] mac80211_hwsim: add generation count for netlink dump operation Benjamin Beichler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).