From d332371a7ff16d538442c3b21327be872ea9a7c2 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 1 Mar 2012 15:28:19 +0100 Subject: [PATCH] --- yaml --- r: 291144 b: refs/heads/master c: c04a4ff71b6a59cb5c8deec961b9196226e89573 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/cfg80211.h | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index cde3431273fa..ed6b7781893a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 888d04dfbe7e09f930fdaafb257cce2c54c9c3f3 +refs/heads/master: c04a4ff71b6a59cb5c8deec961b9196226e89573 diff --git a/trunk/include/net/cfg80211.h b/trunk/include/net/cfg80211.h index b4e015c90885..d640a39d9513 100644 --- a/trunk/include/net/cfg80211.h +++ b/trunk/include/net/cfg80211.h @@ -1357,12 +1357,10 @@ struct cfg80211_gtk_rekey_data { * * @set_rekey_data: give the data necessary for GTK rekeying to the driver * - * @add_beacon: Add a beacon with given parameters, @head, @interval - * and @dtim_period will be valid, @tail is optional. - * @set_beacon: Change the beacon parameters for an access point mode - * interface. This should reject the call when no beacon has been - * configured. - * @del_beacon: Remove beacon configuration and stop sending the beacon. + * @start_ap: Start acting in AP mode defined by the parameters. + * @change_beacon: Change the beacon parameters for an access point mode + * interface. This should reject the call when AP mode wasn't started. + * @stop_ap: Stop being an AP, including stopping beaconing. * * @add_station: Add a new station. * @del_station: Remove a station; @mac may be NULL to remove all stations.