commit | 3d1a5bbfafbc655c05bfe87cfec2816f0a981565 | [log] [tgz] |
---|---|---|
author | Andrew Zaborowski <andrew.zaborowski@intel.com> | Fri Oct 19 23:19:06 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 11:22:10 2018 +0100 |
tree | fb585f65aa23f156a68e4f87d0b3e475054e016c | |
parent | c90b670b5c610266e255848f7fc774b57189a9a4 [diff] |
nl80211: Emit a SET_INTERFACE on iftype change Let userspace learn about iftype changes by sending a notification when handling the NL80211_CMD_SET_INTERFACE command. There seems to be no other place where the iftype can change: nl80211_set_interface is the only caller of cfg80211_change_iface which is the only caller of ops->change_virtual_intf. Signed-off-by: Andrew Zaborowski <andrew.zaborowski@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>