tests: Add forgotten CONFIG_IEEE80211AX=y to the defaults
This was supposed to be added when test_he.py was added. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
de94be0acd
commit
b756cd4959
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ CONFIG_IEEE80211W=y
|
|||
CONFIG_IEEE80211R=y
|
||||
CONFIG_IEEE80211N=y
|
||||
CONFIG_IEEE80211AC=y
|
||||
CONFIG_IEEE80211AX=y
|
||||
|
||||
CONFIG_OCV=y
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ CONFIG_IEEE80211W=y
|
|||
CONFIG_IEEE80211R=y
|
||||
CONFIG_IEEE80211N=y
|
||||
CONFIG_IEEE80211AC=y
|
||||
CONFIG_IEEE80211AX=y
|
||||
|
||||
CONFIG_OCV=y
|
||||
|
||||
|
|
Loading…
Reference in a new issue