aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2009-08-09 18:02:30 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:17 -0700
commitb3184e1ec36a94602d54339699df6e1036cd71f8 (patch)
tree6e4b89c1938f31feb31dc8e8bbedd992dc8aa5f1 /drivers/staging/rtl8187se
parentStaging: rt2870: new USB ID for Belkin N+ F5D8055 (diff)
downloadlinux-dev-b3184e1ec36a94602d54339699df6e1036cd71f8.tar.xz
linux-dev-b3184e1ec36a94602d54339699df6e1036cd71f8.zip
Staging: rtl8187se: Fix comment-out-typo
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>
Diffstat (limited to 'drivers/staging/rtl8187se')
-rw-r--r--drivers/staging/rtl8187se/r8180_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c
index 89311efdf624..53e654d0d4fa 100644
--- a/drivers/staging/rtl8187se/r8180_core.c
+++ b/drivers/staging/rtl8187se/r8180_core.c
@@ -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);