MBO: Do not parse reason_detail in non_pref_chan attr (AP)
The reason detail field was removed from non_pref_chan attr in MBO v0.0_r25 draft. Don't parse for this element to be compliant with the latest drafr. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
4a83d4b686
commit
64c92c0757
2 changed files with 8 additions and 10 deletions
|
@ -52,7 +52,6 @@ struct mbo_non_pref_chan_info {
|
|||
u8 op_class;
|
||||
u8 pref;
|
||||
u8 reason_code;
|
||||
u8 reason_detail;
|
||||
u8 num_channels;
|
||||
u8 channels[];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue