mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
60 GHz: Fix error while processing scan results
Channel frequency for 60 GHz band do not fit into 'short int', as was used. Expand it to 'int' Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
485e3a9228
commit
c097652828
@ -41,7 +41,7 @@ struct hostapd_channel_data {
|
||||
/**
|
||||
* freq - Frequency in MHz
|
||||
*/
|
||||
short freq;
|
||||
int freq;
|
||||
|
||||
/**
|
||||
* flag - Channel flags (HOSTAPD_CHAN_*)
|
||||
|
Loading…
Reference in New Issue
Block a user