diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-12-08 11:18:32 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-12 13:48:25 -0500 |
commit | 7ba1c04ed727a70df2dc63464232c0ec906ad67d (patch) | |
tree | c146057793701b7b828d3bf726984ca94ee0b80c /include | |
parent | 8ee5afbc9d2162f0919dd089023fb690f7cf8134 (diff) | |
download | linux-3.10-7ba1c04ed727a70df2dc63464232c0ec906ad67d.tar.gz linux-3.10-7ba1c04ed727a70df2dc63464232c0ec906ad67d.tar.bz2 linux-3.10-7ba1c04ed727a70df2dc63464232c0ec906ad67d.zip |
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')
-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 e84c922a1b1..346f373fb67 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -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. |