mac80211: improve sta_notify documentation
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Dec 2008 10:18:32 +0000 (11:18 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Dec 2008 18:48:25 +0000 (13:48 -0500)
Mention more possible STA entries and document the atomic requirement.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h

index e84c922..346f373 100644 (file)
@@ -1262,8 +1262,8 @@ enum ieee80211_ampdu_mlme_action {
  *     the device does fragmentation by itself; if this method is assigned then
  *     the stack will not do fragmentation.
  *
- * @sta_notify: Notifies low level driver about addition or removal
- *     of associated station or AP.
+ * @sta_notify: Notifies low level driver about addition or removal of an
+ *     associated station, AP, IBSS/WDS/mesh peer etc. Must be atomic.
  *
  * @sta_ps_notify: Notifies low level driver about the power state transition
  *     of a associated station. Must be atomic.