~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/vt6655/rxtx.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2902
2902
        if (pDevice->bEnableHostWEP) {
2903
2903
            uNodeIndex = 0;
2904
2904
            bNodeExist = true;
2905
 
        };
 
2905
        }
2906
2906
    }
2907
2907
    else {
2908
2908
        if (pDevice->bEnableHostWEP) {
2909
2909
            if (BSSDBbIsSTAInNodeDB(pDevice->pMgmt, (unsigned char *)(p80211Header->sA3.abyAddr1), &uNodeIndex))
2910
2910
                bNodeExist = true;
2911
 
        };
 
2911
        }
2912
2912
        bNeedACK = true;
2913
2913
        pTxBufHead->wFIFOCtl |= FIFOCTL_NEEDACK;
2914
2914
    };