Commit 7ba1c04e authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

mac80211: improve sta_notify documentation

Mention more possible STA entries and document the atomic requirement.
Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8ee5afbc
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment