Janusz Dziedzic <[email protected]> writes:
> Add support for WOW disconnect and magic-packet.
>
> Signed-off-by: Janusz Dziedzic <[email protected]>
[...]
> +#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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html