aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-05-29 03:08:05 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-05-29 03:11:57 -0400
commitbd5e14fb77d9d1dd15f9102759e8c8b31c667488 (patch)
treeedd30e1de5f80a86e8a413f89922030b010b2e38 /include/net/cfg80211.h
parent31eba5bc56a9324f056d28569a4f89f39c1c3f70 (diff)
cfg80211: remove cleanup_work kernel-doc
I evidently forgot this when removing the work itself. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 13b247d26544..6dd19593e333 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2869,7 +2869,6 @@ struct cfg80211_cached_keys;
2869 * @mgmt_registrations_lock: lock for the list 2869 * @mgmt_registrations_lock: lock for the list
2870 * @mtx: mutex used to lock data in this struct, may be used by drivers 2870 * @mtx: mutex used to lock data in this struct, may be used by drivers
2871 * and some API functions require it held 2871 * and some API functions require it held
2872 * @cleanup_work: work struct used for cleanup that can't be done directly
2873 * @beacon_interval: beacon interval used on this device for transmitting 2872 * @beacon_interval: beacon interval used on this device for transmitting
2874 * beacons, 0 when not valid 2873 * beacons, 0 when not valid
2875 * @address: The address for this device, valid only if @netdev is %NULL 2874 * @address: The address for this device, valid only if @netdev is %NULL