Searched refs:mon_priv (Results 1 – 1 of 1) sorted by relevance
218 struct WILC_WFI_mon_priv *mon_priv; in WILC_WFI_mon_xmit() local226 mon_priv = netdev_priv(wilc_wfi_mon); in WILC_WFI_mon_xmit()228 if (mon_priv == NULL) { in WILC_WFI_mon_xmit()282 skb->dev = mon_priv->real_ndev; in WILC_WFI_mon_xmit()290 PRINT_INFO(HOSTAPD_DBG, "MONITOR real dev name = %s\n", mon_priv->real_ndev->name); in WILC_WFI_mon_xmit()298 mon_mgmt_tx(mon_priv->real_ndev, skb->data, skb->len); in WILC_WFI_mon_xmit()301 ret = mac_xmit(skb, mon_priv->real_ndev); in WILC_WFI_mon_xmit()