Re: [PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-06-04 Thread Dan Carpenter
On Sun, Jun 03, 2018 at 07:16:19PM +0300, Ivan Safonov wrote: > On 05/28/2018 04:53 PM, Dan Carpenter wrote: > > On Mon, May 28, 2018 at 09:18:21AM +0300, Ivan Safonov wrote: > > > Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx > > > buffer. > > > > > > Signed-off-by:

Re: [PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-06-04 Thread Dan Carpenter
On Sun, Jun 03, 2018 at 07:16:19PM +0300, Ivan Safonov wrote: > On 05/28/2018 04:53 PM, Dan Carpenter wrote: > > On Mon, May 28, 2018 at 09:18:21AM +0300, Ivan Safonov wrote: > > > Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx > > > buffer. > > > > > > Signed-off-by:

Re: [PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-06-03 Thread Ivan Safonov
On 05/28/2018 04:53 PM, Dan Carpenter wrote: On Mon, May 28, 2018 at 09:18:21AM +0300, Ivan Safonov wrote: Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx buffer. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_security.c | 72

Re: [PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-06-03 Thread Ivan Safonov
On 05/28/2018 04:53 PM, Dan Carpenter wrote: On Mon, May 28, 2018 at 09:18:21AM +0300, Ivan Safonov wrote: Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx buffer. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_security.c | 72

Re: [PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-05-28 Thread Dan Carpenter
On Mon, May 28, 2018 at 09:18:21AM +0300, Ivan Safonov wrote: > Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx buffer. > > Signed-off-by: Ivan Safonov > --- > drivers/staging/rtl8188eu/core/rtw_security.c | 72 > --- > 1 file

Re: [PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-05-28 Thread Dan Carpenter
On Mon, May 28, 2018 at 09:18:21AM +0300, Ivan Safonov wrote: > Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx buffer. > > Signed-off-by: Ivan Safonov > --- > drivers/staging/rtl8188eu/core/rtw_security.c | 72 > --- > 1 file changed, 43

[PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-05-28 Thread Ivan Safonov
Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx buffer. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_security.c | 72 --- 1 file changed, 43 insertions(+), 29 deletions(-) diff --git

[PATCH] staging:r8188eu: Use lib80211 to encrypt (WEP) tx frames

2018-05-28 Thread Ivan Safonov
Put data to skb, decrypt with lib80211_crypt_wep, and place back to tx buffer. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_security.c | 72 --- 1 file changed, 43 insertions(+), 29 deletions(-) diff --git