The variable flips from true to false but does nothing
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
{
int ret = true;
- priv->bRadioOff = true;
-
switch (priv->byRFType) {
case RF_AL2230:
case RF_AL2230S:
if (priv->bHWRadioOff == true)
return false;
- priv->bRadioOff = false;
-
vnt_exit_deep_sleep(priv);
vnt_mac_reg_bits_on(priv, MAC_REG_HOSTCR, HOSTCR_RXON);
int bShortSlotTime;
int bBarkerPreambleMd;
- int bRadioOff;
-
/* Power save */
u16 current_aid;