diff options
author | M. Vefa Bicakci <m.v.b@runbox.com> | 2015-03-28 21:07:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-04-03 15:25:45 +0200 |
commit | a2390239582fbb16564bed93e37ca4cf8d219c79 (patch) | |
tree | 4ee16f22f1731019e6c8f73df28d3bf69c858848 /drivers/staging/rtl8723au | |
parent | 2d7b3a7bb81fb585a4f794667297406438605090 (diff) | |
download | linux-stable-a2390239582fbb16564bed93e37ca4cf8d219c79.tar.gz linux-stable-a2390239582fbb16564bed93e37ca4cf8d219c79.tar.bz2 linux-stable-a2390239582fbb16564bed93e37ca4cf8d219c79.zip |
staging: rtl8723au: Fix the indentation of two lines
Correct the indentation of two lines in rtw_tkip_encrypt23a function in
rtl8723au's rtw_security.c.
Signed-off-by: M. Vefa Bicakci <m.v.b@runbox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723au')
-rw-r--r-- | drivers/staging/rtl8723au/core/rtw_security.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723au/core/rtw_security.c b/drivers/staging/rtl8723au/core/rtw_security.c index 9faf78bf23d8..3e79b66d0897 100644 --- a/drivers/staging/rtl8723au/core/rtw_security.c +++ b/drivers/staging/rtl8723au/core/rtw_security.c @@ -688,8 +688,8 @@ int rtw_tkip_encrypt23a(struct rtw_adapter *padapter, arcfour_encrypt(&mycontext, payload, payload, length); arcfour_encrypt(&mycontext, payload + length, crc, 4); - pframe += pxmitpriv->frag_len; - pframe = PTR_ALIGN(pframe, 4); + pframe += pxmitpriv->frag_len; + pframe = PTR_ALIGN(pframe, 4); } } |