aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-02-08 03:06:36 -0500
committerJohannes Berg <johannes.berg@intel.com>2013-02-11 12:44:53 -0500
commit077f897a8be9c617e69035af4d17a472d4af272b (patch)
tree4415b34586d3c24522c58f6842b9dc2fc5c494e3 /include/net/cfg80211.h
parent5b112d3d098c97b867cc580f590395cd1e72f18c (diff)
wireless: fix kernel-doc
Fix most kernel-doc warnings, for some reason it seems to have issues with __aligned, don't remove the documentation entries it considers to be in excess due to that. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 691b347545cb..5d8554bd95da 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -535,7 +535,7 @@ struct mac_address {
535 * struct cfg80211_acl_data - Access control list data 535 * struct cfg80211_acl_data - Access control list data
536 * 536 *
537 * @acl_policy: ACL policy to be applied on the station's 537 * @acl_policy: ACL policy to be applied on the station's
538 entry specified by mac_addr 538 * entry specified by mac_addr
539 * @n_acl_entries: Number of MAC address entries passed 539 * @n_acl_entries: Number of MAC address entries passed
540 * @mac_addrs: List of MAC addresses of stations to be used for ACL 540 * @mac_addrs: List of MAC addresses of stations to be used for ACL
541 */ 541 */
@@ -666,6 +666,8 @@ struct station_parameters {
666 * @STATION_INFO_INACTIVE_TIME: @inactive_time filled 666 * @STATION_INFO_INACTIVE_TIME: @inactive_time filled
667 * @STATION_INFO_RX_BYTES: @rx_bytes filled 667 * @STATION_INFO_RX_BYTES: @rx_bytes filled
668 * @STATION_INFO_TX_BYTES: @tx_bytes filled 668 * @STATION_INFO_TX_BYTES: @tx_bytes filled
669 * @STATION_INFO_RX_BYTES64: @rx_bytes filled with 64-bit value
670 * @STATION_INFO_TX_BYTES64: @tx_bytes filled with 64-bit value
669 * @STATION_INFO_LLID: @llid filled 671 * @STATION_INFO_LLID: @llid filled
670 * @STATION_INFO_PLID: @plid filled 672 * @STATION_INFO_PLID: @plid filled
671 * @STATION_INFO_PLINK_STATE: @plink_state filled 673 * @STATION_INFO_PLINK_STATE: @plink_state filled
@@ -674,8 +676,6 @@ struct station_parameters {
674 * (tx_bitrate, tx_bitrate_flags and tx_bitrate_mcs) 676 * (tx_bitrate, tx_bitrate_flags and tx_bitrate_mcs)
675 * @STATION_INFO_RX_PACKETS: @rx_packets filled with 32-bit value 677 * @STATION_INFO_RX_PACKETS: @rx_packets filled with 32-bit value
676 * @STATION_INFO_TX_PACKETS: @tx_packets filled with 32-bit value 678 * @STATION_INFO_TX_PACKETS: @tx_packets filled with 32-bit value
677 * @STATION_INFO_RX_PACKETS64: @rx_packets filled with 64-bit value
678 * @STATION_INFO_TX_PACKETS64: @tx_packets filled with 64-bit value
679 * @STATION_INFO_TX_RETRIES: @tx_retries filled 679 * @STATION_INFO_TX_RETRIES: @tx_retries filled
680 * @STATION_INFO_TX_FAILED: @tx_failed filled 680 * @STATION_INFO_TX_FAILED: @tx_failed filled
681 * @STATION_INFO_RX_DROP_MISC: @rx_dropped_misc filled 681 * @STATION_INFO_RX_DROP_MISC: @rx_dropped_misc filled
@@ -1226,6 +1226,7 @@ struct cfg80211_match_set {
1226 * @n_match_sets: number of match sets 1226 * @n_match_sets: number of match sets
1227 * @wiphy: the wiphy this was for 1227 * @wiphy: the wiphy this was for
1228 * @dev: the interface 1228 * @dev: the interface
1229 * @scan_start: start time of the scheduled scan
1229 * @channels: channels to scan 1230 * @channels: channels to scan
1230 * @rssi_thold: don't report scan results below this threshold (in s32 dBm) 1231 * @rssi_thold: don't report scan results below this threshold (in s32 dBm)
1231 */ 1232 */
@@ -1404,6 +1405,8 @@ struct cfg80211_assoc_request {
1404 * @ie: Extra IEs to add to Deauthentication frame or %NULL 1405 * @ie: Extra IEs to add to Deauthentication frame or %NULL
1405 * @ie_len: Length of ie buffer in octets 1406 * @ie_len: Length of ie buffer in octets
1406 * @reason_code: The reason code for the deauthentication 1407 * @reason_code: The reason code for the deauthentication
1408 * @local_state_change: if set, change local state only and
1409 * do not set a deauth frame
1407 */ 1410 */
1408struct cfg80211_deauth_request { 1411struct cfg80211_deauth_request {
1409 const u8 *bssid; 1412 const u8 *bssid;
@@ -2629,7 +2632,6 @@ struct cfg80211_cached_keys;
2629 * the user-set AP, monitor and WDS channel 2632 * the user-set AP, monitor and WDS channel
2630 * @preset_chan: (private) Used by the internal configuration code to 2633 * @preset_chan: (private) Used by the internal configuration code to
2631 * track the channel to be used for AP later 2634 * track the channel to be used for AP later
2632 * @preset_chantype: (private) the corresponding channel type
2633 * @bssid: (private) Used by the internal configuration code 2635 * @bssid: (private) Used by the internal configuration code
2634 * @ssid: (private) Used by the internal configuration code 2636 * @ssid: (private) Used by the internal configuration code
2635 * @ssid_len: (private) Used by the internal configuration code 2637 * @ssid_len: (private) Used by the internal configuration code