Searched refs:hvif (Results 1 – 1 of 1) sorted by relevance
333 struct ath9k_htc_target_vif hvif; in __ath9k_htc_remove_monitor_interface() local337 memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif)); in __ath9k_htc_remove_monitor_interface()338 memcpy(&hvif.myaddr, common->macaddr, ETH_ALEN); in __ath9k_htc_remove_monitor_interface()339 hvif.index = priv->mon_vif_idx; in __ath9k_htc_remove_monitor_interface()340 WMI_CMD_BUF(WMI_VAP_REMOVE_CMDID, &hvif); in __ath9k_htc_remove_monitor_interface()353 struct ath9k_htc_target_vif hvif; in ath9k_htc_add_monitor_interface() local373 memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif)); in ath9k_htc_add_monitor_interface()374 memcpy(&hvif.myaddr, common->macaddr, ETH_ALEN); in ath9k_htc_add_monitor_interface()376 hvif.opmode = HTC_M_MONITOR; in ath9k_htc_add_monitor_interface()377 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()[all …]