]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: rtl8192e: Remove function with no effect
authorMike McCormack <mikem@ring3k.org>
Wed, 8 Sep 2010 13:04:34 +0000 (22:04 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Sep 2010 04:21:23 +0000 (21:21 -0700)
Signed-off-by: Mike McCormack <mikem@ring3k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/r819xE_cmdpkt.c

index 501650e7f40e671759a79a680d71c206f7ef86d8..adaebe04255c57495fdcf6e5f2d97bc1b95eab0e 100644 (file)
@@ -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()
@@ -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?