diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index f504e3eca7d3..d67882dd3604 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1124,7 +1124,9 @@ enum ieee80211_ampdu_mlme_action { | |||
1124 | * @hw_scan: Ask the hardware to service the scan request, no need to start | 1124 | * @hw_scan: Ask the hardware to service the scan request, no need to start |
1125 | * the scan state machine in stack. The scan must honour the channel | 1125 | * the scan state machine in stack. The scan must honour the channel |
1126 | * configuration done by the regulatory agent in the wiphy's registered | 1126 | * configuration done by the regulatory agent in the wiphy's registered |
1127 | * bands. | 1127 | * bands. When the scan finishes, ieee80211_scan_completed() must be |
1128 | * called; note that it also must be called when the scan cannot finish | ||
1129 | * because the hardware is turned off! Anything else is a bug! | ||
1128 | * | 1130 | * |
1129 | * @get_stats: return low-level statistics | 1131 | * @get_stats: return low-level statistics |
1130 | * | 1132 | * |