diff options
Diffstat (limited to 'net/wireless/mesh.c')
| -rw-r--r-- | net/wireless/mesh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/mesh.c b/net/wireless/mesh.c index 73e39c171ffb..0d4b2260f96f 100644 --- a/net/wireless/mesh.c +++ b/net/wireless/mesh.c | |||
| @@ -53,8 +53,8 @@ const struct mesh_config default_mesh_config = { | |||
| 53 | const struct mesh_setup default_mesh_setup = { | 53 | const struct mesh_setup default_mesh_setup = { |
| 54 | .path_sel_proto = IEEE80211_PATH_PROTOCOL_HWMP, | 54 | .path_sel_proto = IEEE80211_PATH_PROTOCOL_HWMP, |
| 55 | .path_metric = IEEE80211_PATH_METRIC_AIRTIME, | 55 | .path_metric = IEEE80211_PATH_METRIC_AIRTIME, |
| 56 | .vendor_ie = NULL, | 56 | .ie = NULL, |
| 57 | .vendor_ie_len = 0, | 57 | .ie_len = 0, |
| 58 | }; | 58 | }; |
| 59 | 59 | ||
| 60 | int __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, | 60 | int __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, |
