Home
last modified time | relevance | path

Searched refs:ucode_flags (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn.c491 static void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags) in iwl_init_context() argument
500 if (ucode_flags & IWL_UCODE_TLV_FLAGS_PAN) in iwl_init_context()
537 if (ucode_flags & IWL_UCODE_TLV_FLAGS_P2P) in iwl_init_context()
1183 u32 ucode_flags; in iwl_op_mode_dvm_start() local
1221 ucode_flags = fw->ucode_capa.flags; in iwl_op_mode_dvm_start()
1224 ucode_flags &= ~IWL_UCODE_TLV_FLAGS_PAN; in iwl_op_mode_dvm_start()
1227 if (ucode_flags & IWL_UCODE_TLV_FLAGS_PAN) { in iwl_op_mode_dvm_start()
1315 ucode_flags &= ~IWL_UCODE_TLV_FLAGS_PAN; in iwl_op_mode_dvm_start()
1320 ucode_flags &= ~IWL_UCODE_TLV_FLAGS_P2P; in iwl_op_mode_dvm_start()
1352 !!(ucode_flags & IWL_UCODE_TLV_FLAGS_NEWSCAN); in iwl_op_mode_dvm_start()
[all …]