Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162409
b: refs/heads/master
c: b3184e1
h: refs/heads/master
i:
  162407: dd62451
v: v3
  • Loading branch information
Michael Buesch authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 5b72ce3 commit e5643b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f07453d8643e224a57e2053a4536ee4a5f2e375
refs/heads/master: b3184e1ec36a94602d54339699df6e1036cd71f8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e5643b2

Please sign in to comment.