提交 b3184e1e 编写于 作者: M Michael Buesch 提交者: Greg Kroah-Hartman

Staging: rtl8187se: Fix comment-out-typo

This fixes a comment-out-typo that resulted in a dangling if-branch.
Signed-off-by: NMichael Buesch <mb@bu3sch.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 9f07453d
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册