diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-12-08 05:18:32 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-12 13:48:25 -0500 |
commit | 7ba1c04ed727a70df2dc63464232c0ec906ad67d (patch) | |
tree | c146057793701b7b828d3bf726984ca94ee0b80c /include/net | |
parent | 8ee5afbc9d2162f0919dd089023fb690f7cf8134 (diff) |
mac80211: improve sta_notify documentation
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>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index e84c922a1b16..346f373fb676 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1262,8 +1262,8 @@ enum ieee80211_ampdu_mlme_action { | |||
1262 | * the device does fragmentation by itself; if this method is assigned then | 1262 | * the device does fragmentation by itself; if this method is assigned then |
1263 | * the stack will not do fragmentation. | 1263 | * the stack will not do fragmentation. |
1264 | * | 1264 | * |
1265 | * @sta_notify: Notifies low level driver about addition or removal | 1265 | * @sta_notify: Notifies low level driver about addition or removal of an |
1266 | * of associated station or AP. | 1266 | * associated station, AP, IBSS/WDS/mesh peer etc. Must be atomic. |
1267 | * | 1267 | * |
1268 | * @sta_ps_notify: Notifies low level driver about the power state transition | 1268 | * @sta_ps_notify: Notifies low level driver about the power state transition |
1269 | * of a associated station. Must be atomic. | 1269 | * of a associated station. Must be atomic. |