Re: [PATCH] mac80211: add ieee80211_iterate_active_interfaces_rtnl()
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-08-28 17:00:59
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-08-28 17:00:59
On Tue, 2013-08-27 at 14:05 +0200, Johannes Berg wrote:
From: Johannes Berg <redacted> If it is needed to disconnect multiple virtual interfaces after (WoWLAN-) suspend, the most obvious approach would be to iterate all interfaces by calling ieee80211_iterate_active_interfaces() and then call ieee80211_resume_disconnect() for each one. This is what the iwlmvm driver does.
Applied. johannes