aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index b4e015c90885..d640a39d9513 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1357,12 +1357,10 @@ struct cfg80211_gtk_rekey_data {
1357 * 1357 *
1358 * @set_rekey_data: give the data necessary for GTK rekeying to the driver 1358 * @set_rekey_data: give the data necessary for GTK rekeying to the driver
1359 * 1359 *
1360 * @add_beacon: Add a beacon with given parameters, @head, @interval 1360 * @start_ap: Start acting in AP mode defined by the parameters.
1361 * and @dtim_period will be valid, @tail is optional. 1361 * @change_beacon: Change the beacon parameters for an access point mode
1362 * @set_beacon: Change the beacon parameters for an access point mode 1362 * interface. This should reject the call when AP mode wasn't started.
1363 * interface. This should reject the call when no beacon has been 1363 * @stop_ap: Stop being an AP, including stopping beaconing.
1364 * configured.
1365 * @del_beacon: Remove beacon configuration and stop sending the beacon.
1366 * 1364 *
1367 * @add_station: Add a new station. 1365 * @add_station: Add a new station.
1368 * @del_station: Remove a station; @mac may be NULL to remove all stations. 1366 * @del_station: Remove a station; @mac may be NULL to remove all stations.