提交 08bc13d8 编写于 作者: J Johannes Berg

ieee80211: use tab to indent struct ieee80211_neighbor_ap_info

Somehow spaces were used here, use tab instead.

Link: https://lore.kernel.org/r/20220210201242.da8fa2e5ae8d.Ia452db01876e52e815f6337fef437049df0d8bd9@changeidSigned-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 167044af
...@@ -4005,10 +4005,10 @@ static inline bool for_each_element_completed(const struct element *element, ...@@ -4005,10 +4005,10 @@ static inline bool for_each_element_completed(const struct element *element,
#define IEEE80211_RNR_TBTT_PARAMS_COLOC_AP 0x40 #define IEEE80211_RNR_TBTT_PARAMS_COLOC_AP 0x40
struct ieee80211_neighbor_ap_info { struct ieee80211_neighbor_ap_info {
u8 tbtt_info_hdr; u8 tbtt_info_hdr;
u8 tbtt_info_len; u8 tbtt_info_len;
u8 op_class; u8 op_class;
u8 channel; u8 channel;
} __packed; } __packed;
enum ieee80211_range_params_max_total_ltf { enum ieee80211_range_params_max_total_ltf {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册