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


Reply via email to