ieee80211: remove redundant leading zeroes
authorSara Sharon <sara.sharon@intel.com>
Fri, 31 Aug 2018 08:31:09 +0000 (11:31 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 5 Sep 2018 08:03:13 +0000 (10:03 +0200)
commit03512ceb60ae4be71ed3129dabb8625224c8ec40
tree8ea95dc03814dad90b7b58774e0bce1732e11d9e
parentadf8ed01e4fdd254efead978d633718ab01a7d5c
ieee80211: remove redundant leading zeroes

The defines of IEEE80211_HE_OPERATION_VHT_OPER_INFO and
IEEE80211_HE_OPERATION_MULTI_BSSID_AP have leading zeroes
that makes the number look like it is bigger than 32 bit.
This is misleading, remove it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h