Increase MAX_NL80211_NOISE_FREQS in survey dump handler for 6 GHz
The current value of 50 is not sufficient for getting survey info for all the frequencies when the 6 GHz band is enabled. Increase the limit to 100 to be able to receive survey info for 6 GHz frequencies also. Signed-off-by: Ainy Kumari <quic_ainykuma@quicinc.com>
This commit is contained in:
parent
df2f22faf9
commit
fc681995cf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "driver_nl80211.h"
|
||||
|
||||
|
||||
#define MAX_NL80211_NOISE_FREQS 50
|
||||
#define MAX_NL80211_NOISE_FREQS 100
|
||||
|
||||
struct nl80211_noise_info {
|
||||
u32 freq[MAX_NL80211_NOISE_FREQS];
|
||||
|
|
Loading…
Reference in a new issue