Loading drivers/staging/otus/80211core/cagg.c +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading drivers/staging/otus/80211core/cfunc.c +0 −2 Original line number Diff line number Diff line Loading @@ -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]; Loading drivers/staging/otus/80211core/cmm.c +0 −4 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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) Loading drivers/staging/otus/80211core/cmmsta.c +0 −5 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -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); Loading Loading @@ -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 Loading drivers/staging/otus/80211core/cpsmgr.c +0 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
drivers/staging/otus/80211core/cagg.c +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
drivers/staging/otus/80211core/cfunc.c +0 −2 Original line number Diff line number Diff line Loading @@ -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]; Loading
drivers/staging/otus/80211core/cmm.c +0 −4 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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) Loading
drivers/staging/otus/80211core/cmmsta.c +0 −5 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -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); Loading Loading @@ -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 Loading
drivers/staging/otus/80211core/cpsmgr.c +0 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading