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:
vamsi krishna 2016-09-23 18:24:13 +05:30 committed by Jouni Malinen
parent 4a83d4b686
commit 64c92c0757
2 changed files with 8 additions and 10 deletions

View file

@ -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[];
};