wireless: indent kernel-doc with tabs

Almost everywhere tabs are used to indent continuation
lines, replace the few places that use spaces.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
This commit is contained in:
Johannes Berg 2013-07-05 11:53:28 +02:00 committed by Johannes Berg
parent 822854b0b1
commit ad24b0da9e
2 changed files with 20 additions and 20 deletions

View File

@ -490,7 +490,7 @@ enum survey_info_flags {
* @channel: the channel this survey record reports, mandatory * @channel: the channel this survey record reports, mandatory
* @filled: bitflag of flags from &enum survey_info_flags * @filled: bitflag of flags from &enum survey_info_flags
* @noise: channel noise in dBm. This and all following fields are * @noise: channel noise in dBm. This and all following fields are
* optional * optional
* @channel_time: amount of time in ms the radio spent on the channel * @channel_time: amount of time in ms the radio spent on the channel
* @channel_time_busy: amount of time the primary channel was sensed busy * @channel_time_busy: amount of time the primary channel was sensed busy
* @channel_time_ext_busy: amount of time the extension channel was sensed busy * @channel_time_ext_busy: amount of time the extension channel was sensed busy
@ -546,9 +546,9 @@ struct cfg80211_crypto_settings {
/** /**
* struct cfg80211_beacon_data - beacon data * struct cfg80211_beacon_data - beacon data
* @head: head portion of beacon (before TIM IE) * @head: head portion of beacon (before TIM IE)
* or %NULL if not changed * or %NULL if not changed
* @tail: tail portion of beacon (after TIM IE) * @tail: tail portion of beacon (after TIM IE)
* or %NULL if not changed * or %NULL if not changed
* @head_len: length of @head * @head_len: length of @head
* @tail_len: length of @tail * @tail_len: length of @tail
* @beacon_ies: extra information element(s) to add into Beacon frames or %NULL * @beacon_ies: extra information element(s) to add into Beacon frames or %NULL
@ -764,7 +764,7 @@ int cfg80211_check_station_change(struct wiphy *wiphy,
* @STATION_INFO_PLINK_STATE: @plink_state filled * @STATION_INFO_PLINK_STATE: @plink_state filled
* @STATION_INFO_SIGNAL: @signal filled * @STATION_INFO_SIGNAL: @signal filled
* @STATION_INFO_TX_BITRATE: @txrate fields are filled * @STATION_INFO_TX_BITRATE: @txrate fields are filled
* (tx_bitrate, tx_bitrate_flags and tx_bitrate_mcs) * (tx_bitrate, tx_bitrate_flags and tx_bitrate_mcs)
* @STATION_INFO_RX_PACKETS: @rx_packets filled with 32-bit value * @STATION_INFO_RX_PACKETS: @rx_packets filled with 32-bit value
* @STATION_INFO_TX_PACKETS: @tx_packets filled with 32-bit value * @STATION_INFO_TX_PACKETS: @tx_packets filled with 32-bit value
* @STATION_INFO_TX_RETRIES: @tx_retries filled * @STATION_INFO_TX_RETRIES: @tx_retries filled
@ -1509,7 +1509,7 @@ enum cfg80211_assoc_req_flags {
* @prev_bssid: previous BSSID, if not %NULL use reassociate frame * @prev_bssid: previous BSSID, if not %NULL use reassociate frame
* @flags: See &enum cfg80211_assoc_req_flags * @flags: See &enum cfg80211_assoc_req_flags
* @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
* will be used in ht_capa. Un-supported values will be ignored. * will be used in ht_capa. Un-supported values will be ignored.
* @ht_capa_mask: The bits of ht_capa which are to be used. * @ht_capa_mask: The bits of ht_capa which are to be used.
* @vht_capa: VHT capability override * @vht_capa: VHT capability override
* @vht_capa_mask: VHT capability mask indicating which fields to use * @vht_capa_mask: VHT capability mask indicating which fields to use
@ -1593,7 +1593,7 @@ struct cfg80211_disassoc_request {
* @basic_rates: bitmap of basic rates to use when creating the IBSS * @basic_rates: bitmap of basic rates to use when creating the IBSS
* @mcast_rate: per-band multicast rate index + 1 (0: disabled) * @mcast_rate: per-band multicast rate index + 1 (0: disabled)
* @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
* will be used in ht_capa. Un-supported values will be ignored. * will be used in ht_capa. Un-supported values will be ignored.
* @ht_capa_mask: The bits of ht_capa which are to be used. * @ht_capa_mask: The bits of ht_capa which are to be used.
*/ */
struct cfg80211_ibss_params { struct cfg80211_ibss_params {
@ -1635,9 +1635,9 @@ struct cfg80211_ibss_params {
* @key: WEP key for shared key authentication * @key: WEP key for shared key authentication
* @flags: See &enum cfg80211_assoc_req_flags * @flags: See &enum cfg80211_assoc_req_flags
* @bg_scan_period: Background scan period in seconds * @bg_scan_period: Background scan period in seconds
* or -1 to indicate that default value is to be used. * or -1 to indicate that default value is to be used.
* @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask
* will be used in ht_capa. Un-supported values will be ignored. * will be used in ht_capa. Un-supported values will be ignored.
* @ht_capa_mask: The bits of ht_capa which are to be used. * @ht_capa_mask: The bits of ht_capa which are to be used.
* @vht_capa: VHT Capability overrides * @vht_capa: VHT Capability overrides
* @vht_capa_mask: The bits of vht_capa which are to be used. * @vht_capa_mask: The bits of vht_capa which are to be used.

View File

@ -1004,11 +1004,11 @@ enum ieee80211_smps_mode {
* @radar_enabled: whether radar detection is enabled * @radar_enabled: whether radar detection is enabled
* *
* @long_frame_max_tx_count: Maximum number of transmissions for a "long" frame * @long_frame_max_tx_count: Maximum number of transmissions for a "long" frame
* (a frame not RTS protected), called "dot11LongRetryLimit" in 802.11, * (a frame not RTS protected), called "dot11LongRetryLimit" in 802.11,
* but actually means the number of transmissions not the number of retries * but actually means the number of transmissions not the number of retries
* @short_frame_max_tx_count: Maximum number of transmissions for a "short" * @short_frame_max_tx_count: Maximum number of transmissions for a "short"
* frame, called "dot11ShortRetryLimit" in 802.11, but actually means the * frame, called "dot11ShortRetryLimit" in 802.11, but actually means the
* number of transmissions not the number of retries * number of transmissions not the number of retries
* *
* @smps_mode: spatial multiplexing powersave mode; note that * @smps_mode: spatial multiplexing powersave mode; note that
* %IEEE80211_SMPS_STATIC is used when the device is not * %IEEE80211_SMPS_STATIC is used when the device is not
@ -1092,7 +1092,7 @@ enum ieee80211_vif_flags {
* be off when it is %NULL there can still be races and packets could be * be off when it is %NULL there can still be races and packets could be
* processed after it switches back to %NULL. * processed after it switches back to %NULL.
* @debugfs_dir: debugfs dentry, can be used by drivers to create own per * @debugfs_dir: debugfs dentry, can be used by drivers to create own per
* interface debug files. Note that it will be NULL for the virtual * interface debug files. Note that it will be NULL for the virtual
* monitor interface (if that is requested.) * monitor interface (if that is requested.)
* @drv_priv: data area for driver use, will always be aligned to * @drv_priv: data area for driver use, will always be aligned to
* sizeof(void *). * sizeof(void *).
@ -1425,10 +1425,10 @@ struct ieee80211_tx_control {
* the stack. * the stack.
* *
* @IEEE80211_HW_CONNECTION_MONITOR: * @IEEE80211_HW_CONNECTION_MONITOR:
* The hardware performs its own connection monitoring, including * The hardware performs its own connection monitoring, including
* periodic keep-alives to the AP and probing the AP on beacon loss. * periodic keep-alives to the AP and probing the AP on beacon loss.
* When this flag is set, signaling beacon-loss will cause an immediate * When this flag is set, signaling beacon-loss will cause an immediate
* change to disassociated state. * change to disassociated state.
* *
* @IEEE80211_HW_NEED_DTIM_BEFORE_ASSOC: * @IEEE80211_HW_NEED_DTIM_BEFORE_ASSOC:
* This device needs to get data from beacon before association (i.e. * This device needs to get data from beacon before association (i.e.
@ -1526,10 +1526,10 @@ enum ieee80211_hw_flags {
* @channel_change_time: time (in microseconds) it takes to change channels. * @channel_change_time: time (in microseconds) it takes to change channels.
* *
* @max_signal: Maximum value for signal (rssi) in RX information, used * @max_signal: Maximum value for signal (rssi) in RX information, used
* only when @IEEE80211_HW_SIGNAL_UNSPEC or @IEEE80211_HW_SIGNAL_DB * only when @IEEE80211_HW_SIGNAL_UNSPEC or @IEEE80211_HW_SIGNAL_DB
* *
* @max_listen_interval: max listen interval in units of beacon interval * @max_listen_interval: max listen interval in units of beacon interval
* that HW supports * that HW supports
* *
* @queues: number of available hardware transmit queues for * @queues: number of available hardware transmit queues for
* data packets. WMM/QoS requires at least four, these * data packets. WMM/QoS requires at least four, these
@ -2443,7 +2443,7 @@ enum ieee80211_roc_type {
* The callback can sleep. * The callback can sleep.
* *
* @set_tsf: Set the TSF timer to the specified value in the firmware/hardware. * @set_tsf: Set the TSF timer to the specified value in the firmware/hardware.
* Currently, this is only used for IBSS mode debugging. Is not a * Currently, this is only used for IBSS mode debugging. Is not a
* required function. * required function.
* The callback can sleep. * The callback can sleep.
* *