]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8192u: Correct if statement - Coding Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Sun, 24 Jun 2018 15:34:53 +0000 (16:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2018 03:57:13 +0000 (11:57 +0800)
Corrected the coding style of if statement.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c

index 0831ea791b5443a30f3539b2fe17bb59075914d3..208773cd4cb19ec4767ff11b22399ba3359fbd52 100644 (file)
@@ -732,7 +732,7 @@ void HTConstructRT2RTAggElement(struct ieee80211_device *ieee, u8 *posRT2RTAgg,
           section of code.
        if(IS_UNDER_11N_AES_MODE(Adapter))
        {
-               posRT2RTAgg->Octet[5] |=RT_HT_CAP_USE_AMPDU;
+               posRT2RTAgg->Octet[5] |= RT_HT_CAP_USE_AMPDU;
        }else
        {
                posRT2RTAgg->Octet[5] &= 0xfb;