Searched refs:temp_adapter (Results 1 – 1 of 1) sorted by relevance
3570 struct hdd_adapter *temp_adapter = NULL, *next_adapter = NULL; in hdd_max_sta_interface_up_count_reached() local3582 hdd_for_each_adapter_dev_held_safe(hdd_ctx, temp_adapter, in hdd_max_sta_interface_up_count_reached()3584 if ((temp_adapter != adapter) && in hdd_max_sta_interface_up_count_reached()3585 (temp_adapter->dev->flags & IFF_UP) && in hdd_max_sta_interface_up_count_reached()3586 ((temp_adapter->device_mode == QDF_STA_MODE) || in hdd_max_sta_interface_up_count_reached()3587 (temp_adapter->device_mode == QDF_P2P_CLIENT_MODE))) in hdd_max_sta_interface_up_count_reached()3590 hdd_adapter_dev_put_debug(temp_adapter, dbgid); in hdd_max_sta_interface_up_count_reached()