From cf5107c29015d5ea2baf30ad2092e1bd67e5ce51 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 14 Sep 2010 18:37:20 +0200 Subject: [PATCH] --- yaml --- r: 214665 b: refs/heads/master c: 2944f45d9db851e186774df7c9cbf075f4a585c6 h: refs/heads/master i: 214663: f4cfcde66bd80c0f7c9ace640cf379fe880da8df v: v3 --- [refs] | 2 +- trunk/include/net/mac80211.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7bfbf9e150ef..dbdad75443fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 31a01645c0c7b46d7f74777cd2a66ddb2a22bbd9 +refs/heads/master: 2944f45d9db851e186774df7c9cbf075f4a585c6 diff --git a/trunk/include/net/mac80211.h b/trunk/include/net/mac80211.h index f91fc331369b..19a5cb4a6582 100644 --- a/trunk/include/net/mac80211.h +++ b/trunk/include/net/mac80211.h @@ -2293,6 +2293,7 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted); * This function allows the iterator function to sleep, when the iterator * function is atomic @ieee80211_iterate_active_interfaces_atomic can * be used. + * Does not iterate over a new interface during add_interface() * * @hw: the hardware struct of which the interfaces should be iterated over * @iterator: the iterator function to call @@ -2310,6 +2311,7 @@ void ieee80211_iterate_active_interfaces(struct ieee80211_hw *hw, * hardware that are currently active and calls the callback for them. * This function requires the iterator callback function to be atomic, * if that is not desired, use @ieee80211_iterate_active_interfaces instead. + * Does not iterate over a new interface during add_interface() * * @hw: the hardware struct of which the interfaces should be iterated over * @iterator: the iterator function to call, cannot sleep