Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c2459 u8 vif_count = vif_counter_data.counter; in wl12xx_need_fw_change() local
2466 vif_count++; in wl12xx_need_fw_change()
2468 wl->last_vif_count = vif_count; in wl12xx_need_fw_change()
2478 if (vif_count > 1 && current_fw == WL12XX_FW_TYPE_NORMAL) in wl12xx_need_fw_change()
2480 if (vif_count <= 1 && current_fw == WL12XX_FW_TYPE_MULTI) in wl12xx_need_fw_change()
2585 struct vif_counter_data vif_count; in wl1271_op_add_interface() local
2601 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_add_interface()
2656 if (wl12xx_need_fw_change(wl, vif_count, true)) { in wl1271_op_add_interface()
2857 struct vif_counter_data vif_count; in wl1271_op_remove_interface() local
2859 wl12xx_get_vif_count(hw, vif, &vif_count); in wl1271_op_remove_interface()
[all …]