These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / net / wireless / ti / wlcore / wlcore.h
index 7f363fa..906be6a 100644 (file)
@@ -318,7 +318,7 @@ struct wl1271 {
        bool watchdog_recovery;
 
        /* Reg domain last configuration */
-       u32 reg_ch_conf_last[2];
+       u32 reg_ch_conf_last[2]  __aligned(8);
        /* Reg domain pending configuration */
        u32 reg_ch_conf_pending[2];
 
@@ -500,6 +500,9 @@ struct wl1271 {
        /* interface combinations supported by the hw */
        const struct ieee80211_iface_combination *iface_combinations;
        u8 n_iface_combinations;
+
+       /* dynamic fw traces */
+       u32 dynamic_fw_traces;
 };
 
 int wlcore_probe(struct wl1271 *wl, struct platform_device *pdev);