*/intmwifiex_del_virtual_intf(struct wiphy *wiphy, struct net_device *dev){structmwifiex_private*priv=mwifiex_netdev_get_priv(dev);#ifdefCONFIG_DEBUG_FSmwifiex_dev_debugfs_remove(priv);#endifif(!netif_queue_stopped(priv->netdev)) netif_stop_queue(priv->netdev);if(netif_carrier_ok(...
staticINTCFG80211_VirtualIF_Close(struct net_device *dev_p){structrtmp_adapter*pAd;pAd =RTMP_OS_NETDEV_GET_PRIV(dev_p); ASSERT(pAd); DBGPRINT(RT_DEBUG_TRACE, ("%s: ===> %s\n", __FUNCTION__, RTMP_OS_NETDEV_GET_DEVNAME(dev_p))); RTMP_OS_NETDEV_STOP_QUEUE(dev_p);if(netif...
staticintcheck_reserved(conststruct gpio_desc *desc,constchar*func){structgpio_dev_priv*uc_priv;if(!dm_gpio_is_valid(desc))return-ENOENT; uc_priv =dev_get_uclass_priv(desc->dev);if(!uc_priv->name[desc->offset]) {printf("%s: %s: error: gpio %s%d not reserved\n", desc->dev->na...