[PATCH 2/4] ath10k: add WOW disconnect/magic-packet support

Kalle Valo kvalo at qca.qualcomm.com
Mon Mar 23 08:01:29 PDT 2015


Janusz Dziedzic <janusz.dziedzic at tieto.com> writes:

> Add support for WOW disconnect and magic-packet.
>
> Signed-off-by: Janusz Dziedzic <janusz.dziedzic at tieto.com>

[...]

> +#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



More information about the ath10k mailing list