staging: wfx: make a const array static, makes object smaller
[linux-2.6-microblaze.git] / drivers / staging / wfx / sta.c
index 2320a81..196779a 100644 (file)
@@ -63,7 +63,7 @@ void wfx_suspend_hot_dev(struct wfx_dev *wdev, enum sta_notify_cmd cmd)
 
 static void wfx_filter_beacon(struct wfx_vif *wvif, bool filter_beacon)
 {
-       const struct hif_ie_table_entry filter_ies[] = {
+       static const struct hif_ie_table_entry filter_ies[] = {
                {
                        .ie_id        = WLAN_EID_VENDOR_SPECIFIC,
                        .has_changed  = 1,