qcacmn: Remove static from nla_policy spectral_scan_policy

Remove static from nla_policy spectral_scan_policy in correspondence to
the change to add policy attribute to SPECTRAL_SCAN vendor subcommand.

Change-Id: I764a51f5c1355cb0c3dd2096e6dc7ee332b2f3d6
CRs-Fixed: 2634075
This commit is contained in:
Alan Chen
2020-03-03 11:45:39 -08:00
committed by nshrivas
parent b1d228b9aa
commit 31f4e86ecb
2 changed files with 6 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
#include <wlan_cfg80211_spectral.h>
#include <spectral_ioctl.h>
static const struct nla_policy spectral_scan_policy[
const struct nla_policy spectral_scan_policy[
QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_MAX + 1] = {
[QCA_WLAN_VENDOR_ATTR_SPECTRAL_SCAN_CONFIG_SCAN_COUNT] = {
.type = NLA_U32},