File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2312,6 +2312,9 @@ ieee80211_he_ppe_size(u8 ppe_thres_hdr, const u8 *phy_cap_info)
2312
2312
#define IEEE80211_HE_OPERATION_PARTIAL_BSS_COLOR 0x40000000
2313
2313
#define IEEE80211_HE_OPERATION_BSS_COLOR_DISABLED 0x80000000
2314
2314
2315
+ #define IEEE80211_6GHZ_CTRL_REG_LPI_AP 0
2316
+ #define IEEE80211_6GHZ_CTRL_REG_SP_AP 1
2317
+
2315
2318
/**
2316
2319
* ieee80211_he_6ghz_oper - HE 6 GHz operation Information field
2317
2320
* @primary: primary channel
@@ -2328,6 +2331,7 @@ struct ieee80211_he_6ghz_oper {
2328
2331
#define IEEE80211_HE_6GHZ_OPER_CTRL_CHANWIDTH_80MHZ 2
2329
2332
#define IEEE80211_HE_6GHZ_OPER_CTRL_CHANWIDTH_160MHZ 3
2330
2333
#define IEEE80211_HE_6GHZ_OPER_CTRL_DUP_BEACON 0x4
2334
+ #define IEEE80211_HE_6GHZ_OPER_CTRL_REG_INFO 0x38
2331
2335
u8 control ;
2332
2336
u8 ccfs0 ;
2333
2337
u8 ccfs1 ;
You can’t perform that action at this time.
0 commit comments