summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg2012-03-01 15:28:19 +0100
committerJohn W. Linville2012-03-05 21:38:32 +0100
commitc04a4ff71b6a59cb5c8deec961b9196226e89573 (patch)
treefa60388b03f24eebbe925a5398422aa6b4e8d99f /include/net/cfg80211.h
parentmac80211: use compare_ether_addr on MAC addresses instead of memcmp (diff)
downloadkernel-qcow2-linux-c04a4ff71b6a59cb5c8deec961b9196226e89573.tar.gz
kernel-qcow2-linux-c04a4ff71b6a59cb5c8deec961b9196226e89573.tar.xz
kernel-qcow2-linux-c04a4ff71b6a59cb5c8deec961b9196226e89573.zip
cfg80211: fix kernel-doc
I forgot to update the kernel-doc in my patch to redesign AP mode APIs, fix that now. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-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 {
*
* @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.