Update build_features.h

This commit is contained in:
骷髅头
2025-03-03 22:34:56 +08:00
committed by GitHub
parent 93b24d34b7
commit 332e48c570

View File

@@ -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;