Searched refs:STATUS_RF_KILL_MASK (Results 1 – 4 of 4) sorted by relevance
426 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW) macro
3943 if (priv->status & STATUS_RF_KILL_MASK) in ordinals_show()4100 if (priv->status & STATUS_RF_KILL_MASK) in bssinfo_show()5984 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_rf_kill()6274 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_pci_init_one()7085 priv->status & STATUS_RF_KILL_MASK || in ipw2100_wx_get_rate()7234 wrqu->txpower.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw2100_wx_get_txpow()8248 priv->status & STATUS_RF_KILL_MASK || in ipw2100_wx_event_work()
865 if (!(priv->status & STATUS_RF_KILL_MASK) && in ipw_led_link_on()922 if (!(priv->status & STATUS_RF_KILL_MASK) && in ipw_led_link_off()948 if (priv->status & STATUS_RF_KILL_MASK) in __ipw_led_activity_on()1099 if (priv->status & STATUS_RF_KILL_MASK) in ipw_led_link_down()2291 if (priv->status & STATUS_RF_KILL_MASK) in ipw_adapter_restart()6255 if (priv->status & STATUS_RF_KILL_MASK) { in ipw_request_scan_helper()9274 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw_wx_get_txpow()9815 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_wx_sw_reset()10510 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_rf_kill()11247 priv->status &= STATUS_RF_KILL_MASK | STATUS_EXIT_PENDING; in ipw_down()
1013 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW) macro