diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 94a0810ef68e..3ec70e1681d3 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -3164,10 +3164,6 @@ cfg80211_get_ibss(struct wiphy *wiphy, | |||
3164 | WLAN_CAPABILITY_IBSS, WLAN_CAPABILITY_IBSS); | 3164 | WLAN_CAPABILITY_IBSS, WLAN_CAPABILITY_IBSS); |
3165 | } | 3165 | } |
3166 | 3166 | ||
3167 | struct cfg80211_bss *cfg80211_get_mesh(struct wiphy *wiphy, | ||
3168 | struct ieee80211_channel *channel, | ||
3169 | const u8 *meshid, size_t meshidlen, | ||
3170 | const u8 *meshcfg); | ||
3171 | /** | 3167 | /** |
3172 | * cfg80211_ref_bss - reference BSS struct | 3168 | * cfg80211_ref_bss - reference BSS struct |
3173 | * @bss: the BSS struct to reference | 3169 | * @bss: the BSS struct to reference |