Searched refs:hvif (Results 1 – 1 of 1) sorted by relevance
336 struct ath9k_htc_target_vif hvif; in __ath9k_htc_remove_monitor_interface() local340 memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif)); in __ath9k_htc_remove_monitor_interface()341 memcpy(&hvif.myaddr, common->macaddr, ETH_ALEN); in __ath9k_htc_remove_monitor_interface()342 hvif.index = priv->mon_vif_idx; in __ath9k_htc_remove_monitor_interface()343 WMI_CMD_BUF(WMI_VAP_REMOVE_CMDID, &hvif); in __ath9k_htc_remove_monitor_interface()356 struct ath9k_htc_target_vif hvif; in ath9k_htc_add_monitor_interface() local376 memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif)); in ath9k_htc_add_monitor_interface()377 memcpy(&hvif.myaddr, common->macaddr, ETH_ALEN); in ath9k_htc_add_monitor_interface()379 hvif.opmode = HTC_M_MONITOR; in ath9k_htc_add_monitor_interface()380 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()[all …]