aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-06-05 03:32:50 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-06-05 03:33:32 -0400
commit780b40df12cf0161d8ccc5381940e04584793933 (patch)
tree3b35e1e7304ed0da8e88b99b9d19847d086c6aba /include/net
parent989c6505cdda587f87573bb6828f23964dd3d19b (diff)
wireless: fix kernel-doc
Some kernel-doc fixes for forgotten fields and renamed things. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/cfg80211.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 5b208064f1bd..855c76ccff38 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2853,7 +2853,7 @@ struct cfg80211_cached_keys;
2853 * @current_bss: (private) Used by the internal configuration code 2853 * @current_bss: (private) Used by the internal configuration code
2854 * @channel: (private) Used by the internal configuration code to track 2854 * @channel: (private) Used by the internal configuration code to track
2855 * the user-set AP, monitor and WDS channel 2855 * the user-set AP, monitor and WDS channel
2856 * @preset_chan: (private) Used by the internal configuration code to 2856 * @preset_chandef: (private) Used by the internal configuration code to
2857 * track the channel to be used for AP later 2857 * track the channel to be used for AP later
2858 * @bssid: (private) Used by the internal configuration code 2858 * @bssid: (private) Used by the internal configuration code
2859 * @ssid: (private) Used by the internal configuration code 2859 * @ssid: (private) Used by the internal configuration code
@@ -2875,6 +2875,15 @@ struct cfg80211_cached_keys;
2875 * @p2p_started: true if this is a P2P Device that has been started 2875 * @p2p_started: true if this is a P2P Device that has been started
2876 * @cac_started: true if DFS channel availability check has been started 2876 * @cac_started: true if DFS channel availability check has been started
2877 * @cac_start_time: timestamp (jiffies) when the dfs state was entered. 2877 * @cac_start_time: timestamp (jiffies) when the dfs state was entered.
2878 * @ps: powersave mode is enabled
2879 * @ps_timeout: dynamic powersave timeout
2880 * @ap_unexpected_nlportid: (private) netlink port ID of application
2881 * registered for unexpected class 3 frames (AP mode)
2882 * @conn: (private) cfg80211 software SME connection state machine data
2883 * @connect_keys: (private) keys to set after connection is established
2884 * @ibss_fixed: (private) IBSS is using fixed BSSID
2885 * @event_list: (private) list for internal event processing
2886 * @event_lock: (private) lock for event list
2878 */ 2887 */
2879struct wireless_dev { 2888struct wireless_dev {
2880 struct wiphy *wiphy; 2889 struct wiphy *wiphy;