Janusz Dziedzic <janusz.dziedzic@xxxxxxxxx> writes: > Add support for WOW disconnect and magic-packet. > > Signed-off-by: Janusz Dziedzic <janusz.dziedzic@xxxxxxxxx> [...] > +#ifdef CONFIG_PM > +int ath10k_wow_init(struct ieee80211_hw *hw); [...] > +#else > +static inline int ath10k_wow_init(struct ieee80211_hw *hw) > +{ > + return 0; > +} In pending branch I changed these to: int ath10k_wow_init(struct ath10k *ar); -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html