Home
last modified time | relevance | path

Searched refs:hdd_softap_tx_timeout (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_softap_tx_rx.h103 void hdd_softap_tx_timeout(struct net_device *dev, unsigned int txqueue);
105 void hdd_softap_tx_timeout(struct net_device *dev);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_softap_tx_rx.c300 void hdd_softap_tx_timeout(struct net_device *net_dev, unsigned int txqueue) in hdd_softap_tx_timeout() function
302 void hdd_softap_tx_timeout(struct net_device *net_dev) in hdd_softap_tx_timeout()
H A Dwlan_hdd_hostapd.c4305 .ndo_tx_timeout = hdd_softap_tx_timeout,