ably
> "return -EINVAL"?
>
> With that fixed:
>
> Reviewed-by: Pavel Machek
>
> Thanks,
> Pavel
Here is new version with above fix:
From: =?UTF-8?q?Pali=20Roh=C3=A1r?=
Subject: [PATCH v2 06/16] wl12
Hi!
> --- a/drivers/net/wireless/ti/wl1251/tx.c
> +++ b/drivers/net/wireless/ti/wl1251/tx.c
> @@ -287,6 +287,9 @@ static int wl1251_tx_frame(struct wl1251 *wl, struct
> sk_buff *skb)
> info = IEEE80211_SKB_CB(skb);
>
> if (info->control.hw_key) {
> + if (unlikely(wl->mo
From: David Gnedt
Disable hardware encryption (DF_ENCRYPTION_DISABLE) and decryption
(DF_SNIFF_MODE_ENABLE) via wl1251_acx_feature_cfg while monitor interface is
present.
Signed-off-by: David Gnedt
Signed-off-by: Pali Rohár
---
drivers/net/wireless/ti/wl1251/acx.c|6 +++---
drivers/ne
3 matches
Mail list logo