Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c6272 struct net_device *tx_netdev = in nl80211_parse_beacon()
6275 if (!tx_netdev || !tx_netdev->ieee80211_ptr || in nl80211_parse_beacon()
6276 tx_netdev->ieee80211_ptr->wiphy != wiphy || in nl80211_parse_beacon()
6277 tx_netdev->ieee80211_ptr->iftype != in nl80211_parse_beacon()
6279 dev_put(tx_netdev); in nl80211_parse_beacon()
6283 config->tx_wdev = tx_netdev->ieee80211_ptr; in nl80211_parse_beacon()
6059 struct net_device *tx_netdev = nl80211_parse_mbssid_config() local