summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAlexander Simon2011-09-18 00:16:45 +0200
committerJohn W. Linville2011-09-20 20:43:48 +0200
commita7ce1c9446a7f7513211e4698d07357d20452909 (patch)
tree472fa017060388d6337d2e498cb492cd732a2c7b /include/net
parentwireless: Do not allow disabled channel in scan request (diff)
downloadkernel-qcow2-linux-a7ce1c9446a7f7513211e4698d07357d20452909.tar.gz
kernel-qcow2-linux-a7ce1c9446a7f7513211e4698d07357d20452909.tar.xz
kernel-qcow2-linux-a7ce1c9446a7f7513211e4698d07357d20452909.zip
mac80211: fix indentation
Signed-off-by: Alexander Simon <an.alexsimon@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 9edba09547e4..c0f63fd0c52b 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -171,7 +171,7 @@ enum ieee80211_bss_change {
BSS_CHANGED_ERP_CTS_PROT = 1<<1,
BSS_CHANGED_ERP_PREAMBLE = 1<<2,
BSS_CHANGED_ERP_SLOT = 1<<3,
- BSS_CHANGED_HT = 1<<4,
+ BSS_CHANGED_HT = 1<<4,
BSS_CHANGED_BASIC_RATES = 1<<5,
BSS_CHANGED_BEACON_INT = 1<<6,
BSS_CHANGED_BSSID = 1<<7,