diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 31ca11672ca8..6a43c34ce96f 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1176,6 +1176,7 @@ struct mesh_config { | |||
1176 | * @dtim_period: DTIM period to use | 1176 | * @dtim_period: DTIM period to use |
1177 | * @beacon_interval: beacon interval to use | 1177 | * @beacon_interval: beacon interval to use |
1178 | * @mcast_rate: multicat rate for Mesh Node [6Mbps is the default for 802.11a] | 1178 | * @mcast_rate: multicat rate for Mesh Node [6Mbps is the default for 802.11a] |
1179 | * @basic_rates: basic rates to use when creating the mesh | ||
1179 | * | 1180 | * |
1180 | * These parameters are fixed when the mesh is created. | 1181 | * These parameters are fixed when the mesh is created. |
1181 | */ | 1182 | */ |
@@ -1195,6 +1196,7 @@ struct mesh_setup { | |||
1195 | u8 dtim_period; | 1196 | u8 dtim_period; |
1196 | u16 beacon_interval; | 1197 | u16 beacon_interval; |
1197 | int mcast_rate[IEEE80211_NUM_BANDS]; | 1198 | int mcast_rate[IEEE80211_NUM_BANDS]; |
1199 | u32 basic_rates; | ||
1198 | }; | 1200 | }; |
1199 | 1201 | ||
1200 | /** | 1202 | /** |