iwlwifi: mvm: fix various "Excess ... description" kernel-doc warnings
Fix various "Excess struct/union/enum/typedef member '...' description in '...'" warnings from kernel-doc, mostly caused by typos. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
1644be9189
commit
83b0319abc
|
@ -183,7 +183,7 @@ struct iwl_targ_addr {
|
||||||
/**
|
/**
|
||||||
* struct iwl_proto_offload_cmd_v3_small - ARP/NS offload configuration
|
* struct iwl_proto_offload_cmd_v3_small - ARP/NS offload configuration
|
||||||
* @common: common/IPv4 configuration
|
* @common: common/IPv4 configuration
|
||||||
* @target_ipv6_addr: target IPv6 addresses
|
* @targ_addrs: target IPv6 addresses
|
||||||
* @ns_config: NS offload configurations
|
* @ns_config: NS offload configurations
|
||||||
*/
|
*/
|
||||||
struct iwl_proto_offload_cmd_v3_small {
|
struct iwl_proto_offload_cmd_v3_small {
|
||||||
|
@ -196,7 +196,7 @@ struct iwl_proto_offload_cmd_v3_small {
|
||||||
/**
|
/**
|
||||||
* struct iwl_proto_offload_cmd_v3_large - ARP/NS offload configuration
|
* struct iwl_proto_offload_cmd_v3_large - ARP/NS offload configuration
|
||||||
* @common: common/IPv4 configuration
|
* @common: common/IPv4 configuration
|
||||||
* @target_ipv6_addr: target IPv6 addresses
|
* @targ_addrs: target IPv6 addresses
|
||||||
* @ns_config: NS offload configurations
|
* @ns_config: NS offload configurations
|
||||||
*/
|
*/
|
||||||
struct iwl_proto_offload_cmd_v3_large {
|
struct iwl_proto_offload_cmd_v3_large {
|
||||||
|
|
|
@ -331,7 +331,7 @@ struct iwl_ac_qos {
|
||||||
* @id_and_color: ID and color of the MAC
|
* @id_and_color: ID and color of the MAC
|
||||||
* @action: action to perform, one of FW_CTXT_ACTION_*
|
* @action: action to perform, one of FW_CTXT_ACTION_*
|
||||||
* @mac_type: one of &enum iwl_mac_types
|
* @mac_type: one of &enum iwl_mac_types
|
||||||
* @tsd_id: TSF HW timer, one of &enum iwl_tsf_id
|
* @tsf_id: TSF HW timer, one of &enum iwl_tsf_id
|
||||||
* @node_addr: MAC address
|
* @node_addr: MAC address
|
||||||
* @bssid_addr: BSSID
|
* @bssid_addr: BSSID
|
||||||
* @cck_rates: basic rates available for CCK
|
* @cck_rates: basic rates available for CCK
|
||||||
|
@ -342,7 +342,6 @@ struct iwl_ac_qos {
|
||||||
* @filter_flags: combination of &enum iwl_mac_filter_flags
|
* @filter_flags: combination of &enum iwl_mac_filter_flags
|
||||||
* @qos_flags: from &enum iwl_mac_qos_flags
|
* @qos_flags: from &enum iwl_mac_qos_flags
|
||||||
* @ac: one iwl_mac_qos configuration for each AC
|
* @ac: one iwl_mac_qos configuration for each AC
|
||||||
* @mac_specific: one of struct iwl_mac_data_*, according to mac_type
|
|
||||||
*/
|
*/
|
||||||
struct iwl_mac_ctx_cmd {
|
struct iwl_mac_ctx_cmd {
|
||||||
/* COMMON_INDEX_HDR_API_S_VER_1 */
|
/* COMMON_INDEX_HDR_API_S_VER_1 */
|
||||||
|
|
|
@ -96,7 +96,7 @@ enum iwl_mac_context_info {
|
||||||
* @beacon_time_stamp: beacon at on-air rise
|
* @beacon_time_stamp: beacon at on-air rise
|
||||||
* @phy_flags: general phy flags: band, modulation, ...
|
* @phy_flags: general phy flags: band, modulation, ...
|
||||||
* @channel: channel number
|
* @channel: channel number
|
||||||
* @non_cfg_phy_buf: for various implementations of non_cfg_phy
|
* @non_cfg_phy: for various implementations of non_cfg_phy
|
||||||
* @rate_n_flags: RATE_MCS_*
|
* @rate_n_flags: RATE_MCS_*
|
||||||
* @byte_count: frame's byte-count
|
* @byte_count: frame's byte-count
|
||||||
* @frame_time: frame's time on the air, based on byte count and frame rate
|
* @frame_time: frame's time on the air, based on byte count and frame rate
|
||||||
|
|
|
@ -137,7 +137,7 @@ enum iwl_scan_offload_band_selection {
|
||||||
* struct iwl_scan_offload_profile - SCAN_OFFLOAD_PROFILE_S
|
* struct iwl_scan_offload_profile - SCAN_OFFLOAD_PROFILE_S
|
||||||
* @ssid_index: index to ssid list in fixed part
|
* @ssid_index: index to ssid list in fixed part
|
||||||
* @unicast_cipher: encryption algorithm to match - bitmap
|
* @unicast_cipher: encryption algorithm to match - bitmap
|
||||||
* @aut_alg: authentication algorithm to match - bitmap
|
* @auth_alg: authentication algorithm to match - bitmap
|
||||||
* @network_type: enum iwl_scan_offload_network_type
|
* @network_type: enum iwl_scan_offload_network_type
|
||||||
* @band_selection: enum iwl_scan_offload_band_selection
|
* @band_selection: enum iwl_scan_offload_band_selection
|
||||||
* @client_bitmap: clients waiting for match - enum scan_framework_client
|
* @client_bitmap: clients waiting for match - enum scan_framework_client
|
||||||
|
@ -221,7 +221,7 @@ enum iwl_scan_channel_flags_lmac {
|
||||||
* struct iwl_scan_channel_cfg_lmac - SCAN_CHANNEL_CFG_S_VER2
|
* struct iwl_scan_channel_cfg_lmac - SCAN_CHANNEL_CFG_S_VER2
|
||||||
* @flags: bits 1-20: directed scan to i'th ssid
|
* @flags: bits 1-20: directed scan to i'th ssid
|
||||||
* other bits &enum iwl_scan_channel_flags_lmac
|
* other bits &enum iwl_scan_channel_flags_lmac
|
||||||
* @channel_number: channel number 1-13 etc
|
* @channel_num: channel number 1-13 etc
|
||||||
* @iter_count: scan iteration on this channel
|
* @iter_count: scan iteration on this channel
|
||||||
* @iter_interval: interval in seconds between iterations on one channel
|
* @iter_interval: interval in seconds between iterations on one channel
|
||||||
*/
|
*/
|
||||||
|
@ -320,13 +320,13 @@ enum iwl_scan_priority_ext {
|
||||||
/**
|
/**
|
||||||
* struct iwl_scan_req_lmac - SCAN_REQUEST_CMD_API_S_VER_1
|
* struct iwl_scan_req_lmac - SCAN_REQUEST_CMD_API_S_VER_1
|
||||||
* @reserved1: for alignment and future use
|
* @reserved1: for alignment and future use
|
||||||
* @channel_num: num of channels to scan
|
* @n_channels: num of channels to scan
|
||||||
* @active-dwell: dwell time for active channels
|
* @active-dwell: dwell time for active channels
|
||||||
* @passive-dwell: dwell time for passive channels
|
* @passive-dwell: dwell time for passive channels
|
||||||
* @fragmented-dwell: dwell time for fragmented passive scan
|
* @fragmented-dwell: dwell time for fragmented passive scan
|
||||||
* @extended_dwell: dwell time for channels 1, 6 and 11 (in certain cases)
|
* @extended_dwell: dwell time for channels 1, 6 and 11 (in certain cases)
|
||||||
* @reserved2: for alignment and future use
|
* @reserved2: for alignment and future use
|
||||||
* @rx_chain_selct: PHY_RX_CHAIN_* flags
|
* @rx_chain_select: PHY_RX_CHAIN_* flags
|
||||||
* @scan_flags: &enum iwl_mvm_lmac_scan_flags
|
* @scan_flags: &enum iwl_mvm_lmac_scan_flags
|
||||||
* @max_out_time: max time (in TU) to be out of associated channel
|
* @max_out_time: max time (in TU) to be out of associated channel
|
||||||
* @suspend_time: pause scan this long (TUs) when returning to service channel
|
* @suspend_time: pause scan this long (TUs) when returning to service channel
|
||||||
|
|
|
@ -537,7 +537,6 @@ struct agg_tx_status {
|
||||||
* @tlc_info: TLC rate info
|
* @tlc_info: TLC rate info
|
||||||
* @ra_tid: bits [3:0] = ra, bits [7:4] = tid
|
* @ra_tid: bits [3:0] = ra, bits [7:4] = tid
|
||||||
* @frame_ctrl: frame control
|
* @frame_ctrl: frame control
|
||||||
* @tx_queue: TX queue for this response
|
|
||||||
* @status: for non-agg: frame status TX_STATUS_*
|
* @status: for non-agg: frame status TX_STATUS_*
|
||||||
* for agg: status of 1st frame, AGG_TX_STATE_*; other frame status fields
|
* for agg: status of 1st frame, AGG_TX_STATE_*; other frame status fields
|
||||||
* follow this one, up to frame_count. Length in @frame_count.
|
* follow this one, up to frame_count. Length in @frame_count.
|
||||||
|
|
|
@ -2184,7 +2184,7 @@ enum iwl_tdls_channel_switch_type {
|
||||||
* 200TU and the TDLS peer is to be given 25% of the time, the value
|
* 200TU and the TDLS peer is to be given 25% of the time, the value
|
||||||
* given will be 50TU, or 50 * 1024 if translated into microseconds.
|
* given will be 50TU, or 50 * 1024 if translated into microseconds.
|
||||||
* @switch_time: switch time the peer sent in its channel switch timing IE
|
* @switch_time: switch time the peer sent in its channel switch timing IE
|
||||||
* @switch_timout: switch timeout the peer sent in its channel switch timing IE
|
* @switch_timeout: switch timeout the peer sent in its channel switch timing IE
|
||||||
*/
|
*/
|
||||||
struct iwl_tdls_channel_switch_timing {
|
struct iwl_tdls_channel_switch_timing {
|
||||||
__le32 frame_timestamp; /* GP2 time of peer packet Rx */
|
__le32 frame_timestamp; /* GP2 time of peer packet Rx */
|
||||||
|
@ -2456,7 +2456,7 @@ enum iwl_lqm_status {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct iwl_link_qual_msrmnt_cmd - Link Quality Measurement command
|
* struct iwl_link_qual_msrmnt_cmd - Link Quality Measurement command
|
||||||
* @cmd_operatrion: command operation to be performed (start or stop)
|
* @cmd_operation: command operation to be performed (start or stop)
|
||||||
* as defined above.
|
* as defined above.
|
||||||
* @mac_id: MAC ID the measurement applies to.
|
* @mac_id: MAC ID the measurement applies to.
|
||||||
* @measurement_time: time of the total measurement to be performed, in uSec.
|
* @measurement_time: time of the total measurement to be performed, in uSec.
|
||||||
|
@ -2633,7 +2633,6 @@ struct iwl_nvm_get_info_phy {
|
||||||
* struct iwl_nvm_get_info_regulatory - regulatory information
|
* struct iwl_nvm_get_info_regulatory - regulatory information
|
||||||
* @lar_enabled: is LAR enabled
|
* @lar_enabled: is LAR enabled
|
||||||
* @channel_profile: regulatory data of this channel
|
* @channel_profile: regulatory data of this channel
|
||||||
* @regulatory: regulatory data, see &enum iwl_nvm_channel_flags for data
|
|
||||||
*/
|
*/
|
||||||
struct iwl_nvm_get_info_regulatory {
|
struct iwl_nvm_get_info_regulatory {
|
||||||
__le32 lar_enabled;
|
__le32 lar_enabled;
|
||||||
|
|
Loading…
Reference in New Issue