]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: brcm80211: removed unused softmac workaround
authorRoland Vossen <rvossen@broadcom.com>
Thu, 29 Sep 2011 22:34:18 +0000 (15:34 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 3 Oct 2011 23:12:29 +0000 (16:12 -0700)
WAR16165 is only used on older PCI chips, the driver does not support
these chips.

Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/aiutils.c
drivers/staging/brcm80211/brcmsmac/aiutils.h
drivers/staging/brcm80211/brcmsmac/d11.h
drivers/staging/brcm80211/brcmsmac/main.c
drivers/staging/brcm80211/brcmsmac/main.h

index d05c4baf7e1bf97289ebee38cdd784434021d966..790fdce60ed228b029bb2d872815381352878975 100644 (file)
@@ -1852,15 +1852,6 @@ int ai_devpath(struct si_pub *sih, char *path, int size)
        return 0;
 }
 
-bool ai_pci_war16165(struct si_pub *sih)
-{
-       struct si_info *sii;
-
-       sii = (struct si_info *)sih;
-
-       return PCI(sii) && (sih->buscorerev <= 10);
-}
-
 void ai_pci_up(struct si_pub *sih)
 {
        struct si_info *sii;
index a7769451cffbd25b01ccabd272e04cc892d505d3..39171927c1b2b20e148efe3de767cf5c30fedcb7 100644 (file)
@@ -322,8 +322,6 @@ extern void ai_write_wrap_reg(struct si_pub *sih, u32 offset, u32 val);
 extern struct si_pub *ai_attach(void *regs, struct pci_dev *sdh, char **vars,
                                uint *varsz);
 extern void ai_detach(struct si_pub *sih);
-extern bool ai_pci_war16165(struct si_pub *sih);
-
 extern uint ai_coreid(struct si_pub *sih);
 extern uint ai_corerev(struct si_pub *sih);
 extern uint ai_corereg(struct si_pub *sih, uint coreidx, uint regoff, uint mask,
index 14e60a5d130d0ff83b748cb94dc86b9d0c2fb261..cbb574ab22884b1f54ef8d96cc8ebf75a63235b5 100644 (file)
@@ -1330,8 +1330,7 @@ struct shm_acparams {
 #define        MHF1_FORCEFASTCLK       0x0400
 
 /* Flags in M_HOST_FLAGS2 */
-/* PR16165WAR : Enable ucode PCI slow clock WAR */
-#define MHF2_PCISLOWCLKWAR     0x0008
+
 /* Flush BCMC FIFO immediately */
 #define MHF2_TXBCMC_NOW                0x0040
 /* Enable ucode/hw power control */
index 4d5c8428e95ed7335cfbcfa6c240ede87f239c0d..3ec952cd957cfb7cd99fa1969d8a6587f3098755 100644 (file)
@@ -829,19 +829,6 @@ brcms_b_recv(struct brcms_hardware *wlc_hw, uint fifo, bool bound)
        return n >= bound_limit;
 }
 
-static void brcms_c_war16165(struct brcms_c_info *wlc, bool tx)
-{
-       if (tx) {
-               /* the post-increment is used in STAY_AWAKE macro */
-               if (wlc->txpend16165war++ == 0)
-                       brcms_c_set_ps_ctrl(wlc);
-       } else {
-               wlc->txpend16165war--;
-               if (wlc->txpend16165war == 0)
-                       brcms_c_set_ps_ctrl(wlc);
-       }
-}
-
 /* process an individual struct tx_status */
 static bool
 brcms_c_dotxstatus(struct brcms_c_info *wlc, struct tx_status *txs)
@@ -879,8 +866,6 @@ brcms_c_dotxstatus(struct brcms_c_info *wlc, struct tx_status *txs)
        }
 
        p = dma_getnexttxp(wlc->hw->di[queue], DMA_RANGE_TRANSMITTED);
-       if (wlc->war16165)
-               brcms_c_war16165(wlc, false);
        if (p == NULL)
                goto fatal;
 
@@ -3109,8 +3094,6 @@ static void brcms_c_flushqueues(struct brcms_c_info *wlc)
        struct brcms_hardware *wlc_hw = wlc->hw;
        uint i;
 
-       wlc->txpend16165war = 0;
-
        /* free any posted tx packets */
        for (i = 0; i < NFIFO; i++)
                if (wlc_hw->di[i]) {
@@ -3532,9 +3515,6 @@ static void brcms_b_coreinit(struct brcms_c_info *wlc)
        AND_REG(&regs->ifs_ctl, 0x0FFF);
        W_REG(&regs->ifs_aifsn, EDCF_AIFSN_MIN);
 
-       /* dma initializations */
-       wlc->txpend16165war = 0;
-
        /* init the tx dma engines */
        for (i = 0; i < NFIFO; i++) {
                if (wlc_hw->di[i])
@@ -4832,9 +4812,6 @@ static int brcms_b_attach(struct brcms_c_info *wlc, u16 vendor, u16 device,
        if (wlc_hw->boardflags & BFL_NOPLLDOWN)
                brcms_b_pllreq(wlc_hw, true, BRCMS_PLLREQ_SHARED);
 
-       if (ai_pci_war16165(wlc_hw->sih))
-               wlc->war16165 = true;
-
        /* check device id(srom, nvram etc.) to set bands */
        if (wlc_hw->deviceid == BCM43224_D11N_ID ||
            wlc_hw->deviceid == BCM43224_D11N_ID_VEN1)
@@ -5833,10 +5810,6 @@ int brcms_c_up(struct brcms_c_info *wlc)
        /* Set EDCF hostflags */
        brcms_c_mhf(wlc, MHF1, MHF1_EDCF, MHF1_EDCF, BRCM_BAND_ALL);
 
-       if (wlc->war16165)
-               brcms_c_mhf(wlc, MHF2, MHF2_PCISLOWCLKWAR, MHF2_PCISLOWCLKWAR,
-                       BRCM_BAND_ALL);
-
        brcms_init(wlc->wl);
        wlc->pub->up = true;
 
@@ -7816,10 +7789,6 @@ brcms_c_txfifo(struct brcms_c_info *wlc, uint fifo, struct sk_buff *p,
        if (fifo == TX_BCMC_FIFO)
                frameid = le16_to_cpu(txh->TxFrameID);
 
-       if (wlc->war16165)
-               brcms_c_war16165(wlc, true);
-
-
        /*
         * Bump up pending count for if not using rpc. If rpc is
         * used, this will be handled in brcms_b_txfifo()
index d6de9c35398d571d2b3f161892777bd005bebaeb..717843a231f6d08943a86e768eb9736849dcc72e 100644 (file)
@@ -416,8 +416,6 @@ struct brcms_txq_info {
  * band: pointer to active per-band state.
  * corestate: per-core state (one per hw core).
  * bandstate: per-band state (one per phy/radio).
- * war16165: PCI slow clock 16165 war flag.
- * txpend16165war: PCI slow clock 16165 war flag.
  * qvalid: DirFrmQValid and BcMcFrmQValid.
  * ampdu: ampdu module handler.
  * asi: antsel module handler.
@@ -508,9 +506,6 @@ struct brcms_c_info {
        struct brcms_core *corestate;
        struct brcms_band *bandstate[MAXBANDS];
 
-       bool war16165;
-       uint txpend16165war;
-
        /* packet queue */
        uint qvalid;