Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219802
b: refs/heads/master
c: 196bd68
h: refs/heads/master
v: v3
  • Loading branch information
Mike McCormack authored and Greg Kroah-Hartman committed Sep 9, 2010
1 parent aedbef3 commit 24c2711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 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: b6d5e884ab1179129a3fe2d18dbf590bea7473c6
refs/heads/master: 196bd68726bce50c41bd4ea5e218e10bef3a1187
35 changes: 0 additions & 35 deletions trunk/drivers/staging/rtl8192e/r819xE_cmdpkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,35 +322,6 @@ cmpk_handle_tx_feedback(

}

static void cmdpkt_beacontimerinterrupt_819xusb(struct net_device *dev)
{
struct r8192_priv *priv = ieee80211_priv(dev);
u16 tx_rate;
{
//
// 070117, rcnjko: 87B have to S/W beacon for DTM encryption_cmn.
//
if((priv->ieee80211->current_network.mode == IEEE_A) ||
(priv->ieee80211->current_network.mode == IEEE_N_5G) ||
((priv->ieee80211->current_network.mode == IEEE_N_24G) && (!priv->ieee80211->pHTInfo->bCurSuppCCK)))
{
tx_rate = 60;
DMESG("send beacon frame tx rate is 6Mbpm\n");
}
else
{
tx_rate =10;
DMESG("send beacon frame tx rate is 1Mbpm\n");
}

//rtl819xusb_beacon_tx(dev,tx_rate); // HW Beacon

}

}




/*-----------------------------------------------------------------------------
* Function: cmpk_handle_interrupt_status()
Expand Down Expand Up @@ -418,12 +389,6 @@ cmpk_handle_interrupt_status(
priv->ieee80211->bibsscoordinator = false;
priv->stats.txbeaconerr++;
}

if (rx_intr_status.interrupt_status & ISR_BcnTimerIntr)
{
cmdpkt_beacontimerinterrupt_819xusb(dev);
}

}

// Other informations in interrupt status we need?
Expand Down

0 comments on commit 24c2711

Please sign in to comment.