Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186635
b: refs/heads/master
c: d74385f
h: refs/heads/master
i:
  186633: 56df2a9
  186631: 6c6f7bb
v: v3
  • Loading branch information
horms@vergenet.net authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent e07f406 commit 5e0240b
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 29 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: d027936949b839a858cd822975491e19ec316621
refs/heads/master: d74385fd9c81d2168aa3a556abcc55f5e1558626
3 changes: 1 addition & 2 deletions trunk/drivers/staging/otus/80211core/cagg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1832,8 +1832,7 @@ u16_t zfAggRxClear(zdev_t* dev, u32_t time)

struct agg_tid_rx* zfAggRxEnabled(zdev_t* dev, zbuf_t* buf)
{
u16_t dst0, src[3], ac, aid, fragOff;
u8_t up;
u16_t dst0, src[3], aid;
u16_t offset = 0;
u16_t seq_no;
u16_t frameType;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/otus/80211core/cfunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,8 +1194,6 @@ u16_t zfFindMinimumUtilizationChannelIndex(zdev_t* dev, u16_t* array, u16_t coun
u8_t i;
u16_t tempMinIndex, tempMinValue;

zmw_get_wlan_dev(dev);

i = 1;
tempMinIndex = 0;
tempMinValue = array[tempMinIndex];
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/otus/80211core/cmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ u16_t zfFindSuperGElement(zdev_t* dev, zbuf_t* buf, u8_t type)
u8_t super_feature;
u8_t ouiSuperG[6] = {0x00,0x03,0x7f,0x01, 0x01, 0x00};

zmw_get_wlan_dev(dev);

/* Get offset of first element */
subType = (zmw_rx_buf_readb(dev, buf, 0) >> 4);
if ((offset = zgElementOffsetTable[subType]) == 0xff)
Expand Down Expand Up @@ -411,8 +409,6 @@ u16_t zfFindXRElement(zdev_t* dev, zbuf_t* buf, u8_t type)
u8_t id;
u8_t ouixr[6] = {0x00,0x03,0x7f,0x03, 0x01, 0x00};

zmw_get_wlan_dev(dev);

/* Get offset of first element */
subType = (zmw_rx_buf_readb(dev, buf, 0) >> 4);
if ((offset = zgElementOffsetTable[subType]) == 0xff)
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/staging/otus/80211core/cmmsta.c
Original file line number Diff line number Diff line change
Expand Up @@ -4848,8 +4848,6 @@ u16_t zfStaAddIePowerCap(zdev_t* dev, zbuf_t* buf, u16_t offset)
u8_t MaxTxPower;
u8_t MinTxPower;

zmw_get_wlan_dev(dev);

/* Element ID */
zmw_tx_buf_writeb(dev, buf, offset++, ZM_WLAN_EID_POWER_CAPABILITY);

Expand Down Expand Up @@ -5276,7 +5274,6 @@ u16_t zfStaRxValidateFrame(zdev_t* dev, zbuf_t* buf)
u8_t da0;
//u16_t sa[3];
u16_t ret;
u16_t i;
//u8_t sa0;

zmw_get_wlan_dev(dev);
Expand Down Expand Up @@ -5738,8 +5735,6 @@ u16_t zfComputeBssInfoWeightValue(zdev_t *dev, u8_t isBMode, u8_t isHT, u8_t isH
u8_t weightOfN40BelowThr = 16;
u8_t weightOfN40UpThr = 32;

zmw_get_wlan_dev(dev);

if( isBMode == 0 )
return (signalStrength + weightOfB); // pure b mode , do not add the weight value for this AP !
else
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/otus/80211core/cpsmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ static void zfPowerSavingMgrSleepIfIdle(zdev_t *dev)

static void zfPowerSavingMgrDisconnectMain(zdev_t* dev)
{
zmw_get_wlan_dev(dev);

#ifdef ZM_ENABLE_DISCONNECT_PS
switch(wd->sta.psMgr.state)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/otus/80211core/cscanmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ static void zfScanMgrEventSetFreqCompleteCb(zdev_t* dev)

static void zfScanMgrEventScanCompleteCb(zdev_t* dev)
{
zmw_get_wlan_dev(dev);

if ((zfStaIsConnected(dev)) && (!zfPowerSavingMgrIsSleeping(dev)))
{
zfSendNullData(dev, 0);
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/staging/otus/80211core/ctxrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ u16_t zfiTxSendEth(zdev_t* dev, zbuf_t* buf, u16_t port)
/************************************************************************/
u16_t zfTxSendEth(zdev_t* dev, zbuf_t* buf, u16_t port, u16_t bufType, u16_t flag)
{
u16_t err;
//u16_t addrTblSize;
//struct zsAddrTbl addrTbl;
u16_t removeLen;
Expand All @@ -904,7 +903,6 @@ u16_t zfTxSendEth(zdev_t* dev, zbuf_t* buf, u16_t port, u16_t bufType, u16_t fla
u8_t qosType, keyIdx = 0;
u16_t fragOff;
u16_t newFlag;
struct zsMicVar* pMicKey;
u8_t tkipFrameOffset = 0;

zmw_get_wlan_dev(dev);
Expand Down Expand Up @@ -1692,8 +1690,6 @@ void zfShowTxEAPOL(zdev_t* dev, zbuf_t* buf, u16_t offset)
u16_t packetLen, keyInfo, keyLen, keyDataLen, length, Op_Code;
u32_t replayCounterH, replayCounterL, vendorId, VendorType;

zmw_get_wlan_dev(dev);

zm_debug_msg1("EAPOL Packet size = ", zfwBufGetSize(dev, buf));

/* EAPOL packet type */
Expand Down Expand Up @@ -2436,7 +2432,6 @@ void zfiRecv80211(zdev_t* dev, zbuf_t* buf, struct zsAdditionInfo* addInfo)
u16_t IvOffset;
u8_t keyLen = 5;
u8_t iv[3];
u8_t *wepKey;
u8_t keyIdx;

IvOffset = offset + ZM_SIZE_OF_WLAN_DATA_HEADER;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/otus/80211core/ledmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ void zfLedCtrlType2_scan(zdev_t* dev);

void zfLedCtrlType2(zdev_t* dev)
{
u32_t ton, toff, tmp, period;
u16_t OperateLED;
zmw_get_wlan_dev(dev);

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/otus/hal/hpmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,6 @@ void zfHpSetFrequencyEx(zdev_t* dev, u32_t frequency, u8_t bw40,
u8_t extOffset, u8_t initRF)
{
u32_t cmd[9];
u32_t cmdB[3];
u16_t ret;
u8_t old_band;
u8_t new_band;
Expand Down Expand Up @@ -3434,7 +3433,6 @@ void zfSetPowerCalTable(zdev_t* dev, u32_t frequency, u8_t bw40, u8_t extOffset)
/* Write PHY regs 672-703 */
for (i=0; i<128; i+=4)
{
u32_t regAddr = 0x9800 + (672 * 4);
u32_t val;

val = ((u32_t)vpd_chain1[i+3]<<24) |
Expand Down Expand Up @@ -3485,7 +3483,6 @@ void zfSetPowerCalTable(zdev_t* dev, u32_t frequency, u8_t bw40, u8_t extOffset)
/* Write PHY regs 672-703 + 0x1000 */
for (i=0; i<128; i+=4)
{
u32_t regAddr = 0x9800 + (672 * 4) + 0x1000;
u32_t val;

val = ((u32_t)vpd_chain3[i+3]<<24) |
Expand Down Expand Up @@ -4584,7 +4581,6 @@ void zfHpSetRollCallTable(zdev_t* dev)
void zfHpSetTTSIFSTime(zdev_t* dev, u8_t sifs_time)
{
u32_t reg_value = 0;
zmw_get_wlan_dev(dev);

sifs_time &= 0x3f;
reg_value = 0x14400b | (((u32_t)sifs_time)<<24);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/otus/hal/hprw.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ void zfIdlRsp(zdev_t* dev, u32_t* rsp, u16_t rspLen)
else if (src == ZM_OID_FLASH_READ)
{
u32_t datalen;
u16_t i;

datalen = (rsp[0] & 255);

Expand Down

0 comments on commit 5e0240b

Please sign in to comment.