cfg80211: pass wiphy to cfg80211_ref_bss/put_bss
[deliverable/linux.git] / net / wireless / scan.c
index 36daacb31788b6bf35dc9aa1eb35b724b0c128ac..dacb44ac2f748f15d47ad9db56f848b8fc52ea2f 100644 (file)
@@ -818,7 +818,7 @@ cfg80211_inform_bss_frame(struct wiphy *wiphy,
 }
 EXPORT_SYMBOL(cfg80211_inform_bss_frame);
 
-void cfg80211_ref_bss(struct cfg80211_bss *pub)
+void cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *pub)
 {
        struct cfg80211_internal_bss *bss;
 
@@ -830,7 +830,7 @@ void cfg80211_ref_bss(struct cfg80211_bss *pub)
 }
 EXPORT_SYMBOL(cfg80211_ref_bss);
 
-void cfg80211_put_bss(struct cfg80211_bss *pub)
+void cfg80211_put_bss(struct wiphy *wiphy, struct cfg80211_bss *pub)
 {
        struct cfg80211_internal_bss *bss;
 
This page took 0.042263 seconds and 5 git commands to generate.