Update build_features.h
This commit is contained in:
parent
93b24d34b7
commit
332e48c570
@ -15,6 +15,10 @@ static inline int has_feature(const char *feat)
|
||||
if (!strcmp(feat, "11ax"))
|
||||
return 1;
|
||||
#endif
|
||||
#ifdef CONFIG_IEEE80211BE
|
||||
if (!strcmp(feat, "11be"))
|
||||
return 1;
|
||||
#endif
|
||||
#ifdef CONFIG_IEEE80211R
|
||||
if (!strcmp(feat, "11r"))
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user