diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index a2ddcf2398fd..3f3aaa06adb5 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -2146,6 +2146,8 @@ struct cfg80211_qos_map { | |||
2146 | * @change_mpath: change a given mesh path | 2146 | * @change_mpath: change a given mesh path |
2147 | * @get_mpath: get a mesh path for the given parameters | 2147 | * @get_mpath: get a mesh path for the given parameters |
2148 | * @dump_mpath: dump mesh path callback -- resume dump at index @idx | 2148 | * @dump_mpath: dump mesh path callback -- resume dump at index @idx |
2149 | * @get_mpp: get a mesh proxy path for the given parameters | ||
2150 | * @dump_mpp: dump mesh proxy path callback -- resume dump at index @idx | ||
2149 | * @join_mesh: join the mesh network with the specified parameters | 2151 | * @join_mesh: join the mesh network with the specified parameters |
2150 | * (invoked with the wireless_dev mutex held) | 2152 | * (invoked with the wireless_dev mutex held) |
2151 | * @leave_mesh: leave the current mesh network | 2153 | * @leave_mesh: leave the current mesh network |
@@ -2396,6 +2398,11 @@ struct cfg80211_ops { | |||
2396 | int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev, | 2398 | int (*dump_mpath)(struct wiphy *wiphy, struct net_device *dev, |
2397 | int idx, u8 *dst, u8 *next_hop, | 2399 | int idx, u8 *dst, u8 *next_hop, |
2398 | struct mpath_info *pinfo); | 2400 | struct mpath_info *pinfo); |
2401 | int (*get_mpp)(struct wiphy *wiphy, struct net_device *dev, | ||
2402 | u8 *dst, u8 *mpp, struct mpath_info *pinfo); | ||
2403 | int (*dump_mpp)(struct wiphy *wiphy, struct net_device *dev, | ||
2404 | int idx, u8 *dst, u8 *mpp, | ||
2405 | struct mpath_info *pinfo); | ||
2399 | int (*get_mesh_config)(struct wiphy *wiphy, | 2406 | int (*get_mesh_config)(struct wiphy *wiphy, |
2400 | struct net_device *dev, | 2407 | struct net_device *dev, |
2401 | struct mesh_config *conf); | 2408 | struct mesh_config *conf); |