diff options
-rw-r--r-- | include/net/mac80211.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 19f1e412a0f0..02c79e6b309e 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -738,8 +738,11 @@ enum ieee80211_hw_flags { | |||
738 | * @conf: &struct ieee80211_conf, device configuration, don't use. | 738 | * @conf: &struct ieee80211_conf, device configuration, don't use. |
739 | * | 739 | * |
740 | * @workqueue: single threaded workqueue available for driver use, | 740 | * @workqueue: single threaded workqueue available for driver use, |
741 | * allocated by mac80211 on registration and flushed on | 741 | * allocated by mac80211 on registration and flushed when an |
742 | * unregistration. | 742 | * interface is removed. |
743 | * NOTICE: All work performed on this workqueue should NEVER | ||
744 | * acquire the RTNL lock (i.e. Don't use the function | ||
745 | * ieee80211_iterate_active_interfaces()) | ||
743 | * | 746 | * |
744 | * @priv: pointer to private area that was allocated for driver use | 747 | * @priv: pointer to private area that was allocated for driver use |
745 | * along with this structure. | 748 | * along with this structure. |