]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging:rtl8192u:r819xU_cmdpkt.c Fix Alignment should match open parenthesis
authorScott Matheina <scott@matheina.com>
Tue, 10 Jan 2017 02:09:59 +0000 (20:09 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 16:40:15 +0000 (17:40 +0100)
Fixes Alignment should match open parenthesis in checkpatch

Signed-off-by: Scott Matheina <scott@matheina.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_cmdpkt.c

index 545f49ec9c03bc5fe589af297bb9ae557e72ec09..b0d738e791784f9371f92f91350105a82721ce77 100644 (file)
@@ -187,9 +187,9 @@ static void cmdpkt_beacontimerinterrupt_819xusb(struct net_device *dev)
        u16 tx_rate;
                /* 87B have to S/W beacon for DTM encryption_cmn. */
                if (priv->ieee80211->current_network.mode == IEEE_A ||
-                       priv->ieee80211->current_network.mode == IEEE_N_5G ||
-                       (priv->ieee80211->current_network.mode == IEEE_N_24G &&
-                        (!priv->ieee80211->pHTInfo->bCurSuppCCK))) {
+                   priv->ieee80211->current_network.mode == IEEE_N_5G ||
+                   (priv->ieee80211->current_network.mode == IEEE_N_24G &&
+                    (!priv->ieee80211->pHTInfo->bCurSuppCCK))) {
                        tx_rate = 60;
                        DMESG("send beacon frame  tx rate is 6Mbpm\n");
                } else {