Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354517
b: refs/heads/master
c: 8a26aef
h: refs/heads/master
i:
  354515: e979f84
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 15, 2013
1 parent 10e5bf9 commit 99e73b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: b926050cb1bfa64e575fab5e4eb3d2a15d349464
refs/heads/master: 8a26aefda17d7fdf0bdfb505b6366a7051e7fb1a
5 changes: 0 additions & 5 deletions trunk/drivers/staging/rtl8187se/r8185b_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,10 +866,7 @@ void ActUpdateChannelAccessSetting(struct net_device *dev,
WIRELESS_MODE WirelessMode,
PCHANNEL_ACCESS_SETTING ChnlAccessSetting)
{
struct r8180_priv *priv = ieee80211_priv(dev);
struct ieee80211_device *ieee = priv->ieee80211;
AC_CODING eACI;
u8 u1bAIFS;

/*
* <RJ_TODO_8185B>
Expand All @@ -891,8 +888,6 @@ void ActUpdateChannelAccessSetting(struct net_device *dev,
write_nic_byte(dev, SIFS, ChnlAccessSetting->SIFS_Timer);
write_nic_byte(dev, SLOT, ChnlAccessSetting->SlotTimeTimer); /* Rewrited from directly use PlatformEFIOWrite1Byte(), by Annie, 2006-03-29. */

u1bAIFS = aSifsTime + (2 * ChnlAccessSetting->SlotTimeTimer);

write_nic_byte(dev, EIFS, ChnlAccessSetting->EIFS_Timer);

write_nic_byte(dev, AckTimeOutReg, 0x5B); /* <RJ_EXPR_QOS> Suggested by wcchu, it is the default value of EIFS register, 2005.12.08. */
Expand Down

0 comments on commit 99e73b9

Please sign in to comment.