On Thu, 2016-10-20 at 20:08 +0100, Arend van Spriel wrote: > Adding a helper using wdev to check if interface is running. This > deals with both non-netdev and netdev interfaces. In struct > wireless_dev replacing 'p2p_started' and 'nan_started' by > 'is_running' as those are mutual exclusive anyway. Applied, thanks. I renamed the helper to just wdev_running() because we also have sdata_running() in mac80211. johannes