cfg80211: pass a channel definition struct
[deliverable/linux.git] / net / wireless / nl80211.h
index 7adbd767dbfd8c76121b9cabf1fd9a8d56c75a1c..2acba8477e9db41a196e7b2a83aaff057d3babb8 100644 (file)
@@ -127,8 +127,8 @@ void nl80211_pmksa_candidate_notify(struct cfg80211_registered_device *rdev,
                                    const u8 *bssid, bool preauth, gfp_t gfp);
 
 void nl80211_ch_switch_notify(struct cfg80211_registered_device *rdev,
-                             struct net_device *dev, int freq,
-                             enum nl80211_channel_type type, gfp_t gfp);
+                             struct net_device *dev,
+                             struct cfg80211_chan_def *chandef, gfp_t gfp);
 
 bool nl80211_unexpected_frame(struct net_device *dev,
                              const u8 *addr, gfp_t gfp);
This page took 0.023403 seconds and 5 git commands to generate.