Searched refs:wiphy_new_nm (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
D | core.c | 400 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm() function 546 EXPORT_SYMBOL(wiphy_new_nm);
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | main.c | 569 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in ieee80211_alloc_hw_nm()
|
/kernel/linux/linux-5.10/include/net/ |
D | cfg80211.h | 5104 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, 5122 return wiphy_new_nm(ops, sizeof_priv, NULL); in wiphy_new()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0008_linux_net.patch | 4315 @@ -405,6 +405,7 @@ struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, 4323 @@ -421,7 +422,7 @@ struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,
|