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:
@@ -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},
|
||||
|
Reference in New Issue
Block a user