]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: rtl8187se: Fix comment-out-typo
authorMichael Buesch <mb@bu3sch.de>
Sun, 9 Aug 2009 16:02:30 +0000 (18:02 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:17 +0000 (12:02 -0700)
This fixes a comment-out-typo that resulted in a dangling if-branch.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8187se/r8180_core.c

index 89311efdf624025284ec91e7601000f938d258f1..53e654d0d4fa43aa284ecea15570c1bc376e360c 100644 (file)
@@ -2246,7 +2246,7 @@ short rtl8180_tx(struct net_device *dev, u8* txbuf, int len, int priority,
                // Use short preamble or not
                if (priv->ieee80211->current_network.capability&WLAN_CAPABILITY_SHORT_PREAMBLE)
                        if (priv->plcp_preamble_mode==1 && rate!=0)     //  short mode now, not long!
-                       //      *tail |= (1<<16);                               // enable short preamble mode.
+                       ;//     *tail |= (1<<16);                               // enable short preamble mode.
 
                if(bCTSEnable) {
                        *tail |= (1<<18);