[net80211] add VHT IEs to scan elements.
In preparation for VHT station support, we need to store VHT IEs when scanning so we can choose to upgrade to VHT. This doesn't change the ABI - it just steals spare[] entries.
This commit is contained in:
parent
6d0ef1b905
commit
55c68c64a4
@ -250,7 +250,9 @@ struct ieee80211_scanparams {
|
||||
uint8_t *quiet;
|
||||
uint8_t *meshid;
|
||||
uint8_t *meshconf;
|
||||
uint8_t *spare[3];
|
||||
uint8_t *vhtcap;
|
||||
uint8_t *vhtopmode;
|
||||
uint8_t *spare[1];
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user