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
3972 if (priv->status & STATUS_RF_KILL_MASK) in show_ordinals()4129 if (priv->status & STATUS_RF_KILL_MASK) in show_bssinfo()6016 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_rf_kill()6307 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw2100_pci_init_one()7136 priv->status & STATUS_RF_KILL_MASK || in ipw2100_wx_get_rate()7285 wrqu->txpower.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw2100_wx_get_txpow()8299 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()2337 if (priv->status & STATUS_RF_KILL_MASK) in ipw_adapter_restart()6313 if (priv->status & STATUS_RF_KILL_MASK) { in ipw_request_scan_helper()9339 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0; in ipw_wx_get_txpow()9880 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_wx_sw_reset()10576 if (!(priv->status & STATUS_RF_KILL_MASK)) { in ipw_rf_kill()11321 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