Searched refs:STATUS_RF_KILL_MASK (Results 1 – 4 of 4) sorted by relevance
440 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW) macro
3964 if (priv->status & STATUS_RF_KILL_MASK) in show_ordinals()4121 if (priv->status & STATUS_RF_KILL_MASK) in show_bssinfo()6013 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_rf_kill()6303 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_pci_init_one()7132 priv->status & STATUS_RF_KILL_MASK || in ipw2100_wx_get_rate()7281 wrqu->txpower.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw2100_wx_get_txpow()8300 priv->status & STATUS_RF_KILL_MASK || in ipw2100_wx_event_work()
892 if (!(priv->status & STATUS_RF_KILL_MASK) && in ipw_led_link_on()949 if (!(priv->status & STATUS_RF_KILL_MASK) && in ipw_led_link_off()975 if (priv->status & STATUS_RF_KILL_MASK) in __ipw_led_activity_on()1126 if (priv->status & STATUS_RF_KILL_MASK) in ipw_led_link_down()2346 if (priv->status & STATUS_RF_KILL_MASK) in ipw_adapter_restart()6324 if (priv->status & STATUS_RF_KILL_MASK) { in ipw_request_scan_helper()9351 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw_wx_get_txpow()9892 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_wx_sw_reset()10588 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_rf_kill()11333 priv->status &= STATUS_RF_KILL_MASK | STATUS_EXIT_PENDING; in ipw_down()
1027 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW) macro