Re: [PATCH v2 06/16] wl1251: configure hardware en-/decryption for monitor mode

2013-12-31 Thread Pali Rohár
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

Re: [PATCH v2 06/16] wl1251: configure hardware en-/decryption for monitor mode

2013-12-10 Thread Pavel Machek
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

[PATCH v2 06/16] wl1251: configure hardware en-/decryption for monitor mode

2013-12-08 Thread Pali Rohár
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