Skip to content

Commit

Permalink
trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Luis Carlos Cobo <luisca@cozybit.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Antonio Ospite authored and Johannes Berg committed Jun 23, 2014
1 parent 2b470c3 commit b314c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ static int mesh_fwd_csa_frame(struct ieee80211_sub_if_data *sdata,
mgmt_fwd = (struct ieee80211_mgmt *) skb_put(skb, len);

/* offset_ttl is based on whether the secondary channel
* offset is available or not. Substract 1 from the mesh TTL
* offset is available or not. Subtract 1 from the mesh TTL
* and disable the initiator flag before forwarding.
*/
offset_ttl = (len < 42) ? 7 : 10;
Expand Down

0 comments on commit b314c66

Please sign in to comment.