]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/wireless/ath/ath10k/core.h
ath10k: use proper service bitmap size
[mirror_ubuntu-zesty-kernel.git] / drivers / net / wireless / ath / ath10k / core.h
index 797741d762be5567de7e8c2c7f829f9c161a0a9f..a2695e33f29abca25566098a55b2154fb2448a61 100644 (file)
@@ -293,7 +293,7 @@ struct ath10k_debug {
        struct dentry *debugfs_phy;
 
        struct ath10k_target_stats target_stats;
-       DECLARE_BITMAP(wmi_service_bitmap, WMI_SERVICE_BM_SIZE);
+       DECLARE_BITMAP(wmi_service_bitmap, WMI_SERVICE_MAX);
 
        struct completion event_stats_compl;