aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2013-07-05 05:53:28 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-07-16 02:57:58 -0400
commitad24b0da9ecec433091f74596843703e4cf5da77 (patch)
treeb701851472670f7efcc0762419fe36d44ebde08a /include/net/mac80211.h
parent822854b0b1d8f893279ca717f3d084aa5fcd9ff5 (diff)
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>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 5b7a3dadadde..7c5dc787a8e8 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1004,11 +1004,11 @@ enum ieee80211_smps_mode {
1004 * @radar_enabled: whether radar detection is enabled 1004 * @radar_enabled: whether radar detection is enabled
1005 * 1005 *
1006 * @long_frame_max_tx_count: Maximum number of transmissions for a "long" frame 1006 * @long_frame_max_tx_count: Maximum number of transmissions for a "long" frame
1007 * (a frame not RTS protected), called "dot11LongRetryLimit" in 802.11, 1007 * (a frame not RTS protected), called "dot11LongRetryLimit" in 802.11,
1008 * but actually means the number of transmissions not the number of retries 1008 * but actually means the number of transmissions not the number of retries
1009 * @short_frame_max_tx_count: Maximum number of transmissions for a "short" 1009 * @short_frame_max_tx_count: Maximum number of transmissions for a "short"
1010 * frame, called "dot11ShortRetryLimit" in 802.11, but actually means the 1010 * frame, called "dot11ShortRetryLimit" in 802.11, but actually means the
1011 * number of transmissions not the number of retries 1011 * number of transmissions not the number of retries
1012 * 1012 *
1013 * @smps_mode: spatial multiplexing powersave mode; note that 1013 * @smps_mode: spatial multiplexing powersave mode; note that
1014 * %IEEE80211_SMPS_STATIC is used when the device is not 1014 * %IEEE80211_SMPS_STATIC is used when the device is not
@@ -1092,7 +1092,7 @@ enum ieee80211_vif_flags {
1092 * be off when it is %NULL there can still be races and packets could be 1092 * be off when it is %NULL there can still be races and packets could be
1093 * processed after it switches back to %NULL. 1093 * processed after it switches back to %NULL.
1094 * @debugfs_dir: debugfs dentry, can be used by drivers to create own per 1094 * @debugfs_dir: debugfs dentry, can be used by drivers to create own per
1095 * interface debug files. Note that it will be NULL for the virtual 1095 * interface debug files. Note that it will be NULL for the virtual
1096 * monitor interface (if that is requested.) 1096 * monitor interface (if that is requested.)
1097 * @drv_priv: data area for driver use, will always be aligned to 1097 * @drv_priv: data area for driver use, will always be aligned to
1098 * sizeof(void *). 1098 * sizeof(void *).
@@ -1425,10 +1425,10 @@ struct ieee80211_tx_control {
1425 * the stack. 1425 * the stack.
1426 * 1426 *
1427 * @IEEE80211_HW_CONNECTION_MONITOR: 1427 * @IEEE80211_HW_CONNECTION_MONITOR:
1428 * The hardware performs its own connection monitoring, including 1428 * The hardware performs its own connection monitoring, including
1429 * periodic keep-alives to the AP and probing the AP on beacon loss. 1429 * periodic keep-alives to the AP and probing the AP on beacon loss.
1430 * When this flag is set, signaling beacon-loss will cause an immediate 1430 * When this flag is set, signaling beacon-loss will cause an immediate
1431 * change to disassociated state. 1431 * change to disassociated state.
1432 * 1432 *
1433 * @IEEE80211_HW_NEED_DTIM_BEFORE_ASSOC: 1433 * @IEEE80211_HW_NEED_DTIM_BEFORE_ASSOC:
1434 * This device needs to get data from beacon before association (i.e. 1434 * This device needs to get data from beacon before association (i.e.
@@ -1526,10 +1526,10 @@ enum ieee80211_hw_flags {
1526 * @channel_change_time: time (in microseconds) it takes to change channels. 1526 * @channel_change_time: time (in microseconds) it takes to change channels.
1527 * 1527 *
1528 * @max_signal: Maximum value for signal (rssi) in RX information, used 1528 * @max_signal: Maximum value for signal (rssi) in RX information, used
1529 * only when @IEEE80211_HW_SIGNAL_UNSPEC or @IEEE80211_HW_SIGNAL_DB 1529 * only when @IEEE80211_HW_SIGNAL_UNSPEC or @IEEE80211_HW_SIGNAL_DB
1530 * 1530 *
1531 * @max_listen_interval: max listen interval in units of beacon interval 1531 * @max_listen_interval: max listen interval in units of beacon interval
1532 * that HW supports 1532 * that HW supports
1533 * 1533 *
1534 * @queues: number of available hardware transmit queues for 1534 * @queues: number of available hardware transmit queues for
1535 * data packets. WMM/QoS requires at least four, these 1535 * data packets. WMM/QoS requires at least four, these
@@ -2443,7 +2443,7 @@ enum ieee80211_roc_type {
2443 * The callback can sleep. 2443 * The callback can sleep.
2444 * 2444 *
2445 * @set_tsf: Set the TSF timer to the specified value in the firmware/hardware. 2445 * @set_tsf: Set the TSF timer to the specified value in the firmware/hardware.
2446 * Currently, this is only used for IBSS mode debugging. Is not a 2446 * Currently, this is only used for IBSS mode debugging. Is not a
2447 * required function. 2447 * required function.
2448 * The callback can sleep. 2448 * The callback can sleep.
2449 * 2449 *