Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268206
b: refs/heads/master
c: 77a0445
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent c006335 commit e8e7c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 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: 35f8673d11b60c6c887f8f28734233a7aa580afa
refs/heads/master: 77a04453eb467db0b00b6134ec4c26fa1201860c
24 changes: 3 additions & 21 deletions trunk/drivers/staging/rtl8192e/r8192E_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2387,27 +2387,9 @@ u8 rtl8192_QueryIsShort(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc)
return tmp_Short;
}

void
ActUpdateChannelAccessSetting(
struct net_device *dev,
void ActUpdateChannelAccessSetting(struct net_device *dev,
enum wireless_mode WirelessMode,
struct channel_access_setting *ChnlAccessSetting
)
struct channel_access_setting *ChnlAccessSetting)
{
struct r8192_priv *priv = rtllib_priv(dev);

return;

{
u16 SIFS_Timer;

if (WirelessMode == WIRELESS_MODE_G)
SIFS_Timer = 0x0e0e;
else
SIFS_Timer = priv->SifsTime;

priv->rtllib->SetHwRegHandler(dev, HW_VAR_SIFS,
(u8 *)&SIFS_Timer);
}

return;
}

0 comments on commit e8e7c94

Please sign in to comment.