diff options
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 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. |