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
3954 if (priv->status & STATUS_RF_KILL_MASK) in ordinals_show()4111 if (priv->status & STATUS_RF_KILL_MASK) in bssinfo_show()5995 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_rf_kill()6285 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_pci_init_one()7096 priv->status & STATUS_RF_KILL_MASK || in ipw2100_wx_get_rate()7245 wrqu->txpower.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw2100_wx_get_txpow()8259 priv->status & STATUS_RF_KILL_MASK || in ipw2100_wx_event_work()
878 if (!(priv->status & STATUS_RF_KILL_MASK) && in ipw_led_link_on()935 if (!(priv->status & STATUS_RF_KILL_MASK) && in ipw_led_link_off()961 if (priv->status & STATUS_RF_KILL_MASK) in __ipw_led_activity_on()1112 if (priv->status & STATUS_RF_KILL_MASK) in ipw_led_link_down()2320 if (priv->status & STATUS_RF_KILL_MASK) in ipw_adapter_restart()6298 if (priv->status & STATUS_RF_KILL_MASK) { in ipw_request_scan_helper()9317 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw_wx_get_txpow()9858 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_wx_sw_reset()10553 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_rf_kill()11290 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