summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Simon <an.alexsimon@googlemail.com>2011-09-18 00:16:45 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-09-20 14:43:48 -0400
commita7ce1c9446a7f7513211e4698d07357d20452909 (patch)
tree472fa017060388d6337d2e498cb492cd732a2c7b /include
parente30815016bbd0b5c3dcdc29f53e054b57938f1aa (diff)
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')
-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 9edba09547e..c0f63fd0c52 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,