Skip to content

Commit 92ee76d

Browse files
blogicjmberg-intel
authored andcommitted
trivial: mac80211: fix indentation
Signed-off-by: John Crispin <john@phrozen.org> Link: https://lore.kernel.org/r/20191206143103.3645-1-john@phrozen.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 1f4782a commit 92ee76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/ieee80211.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,7 @@ ieee80211_he_ppe_size(u8 ppe_thres_hdr, const u8 *phy_cap_info)
20472047
#define IEEE80211_HE_OPERATION_ER_SU_DISABLE 0x00010000
20482048
#define IEEE80211_HE_OPERATION_6GHZ_OP_INFO 0x00020000
20492049
#define IEEE80211_HE_OPERATION_BSS_COLOR_MASK 0x3f000000
2050-
#define IEEE80211_HE_OPERATION_BSS_COLOR_OFFSET 24
2050+
#define IEEE80211_HE_OPERATION_BSS_COLOR_OFFSET 24
20512051
#define IEEE80211_HE_OPERATION_PARTIAL_BSS_COLOR 0x40000000
20522052
#define IEEE80211_HE_OPERATION_BSS_COLOR_DISABLED 0x80000000
20532053

0 commit comments

Comments
 (0)