From: Javier Cardona Date: Thu, 12 Apr 2012 21:32:20 +0000 (-0700) Subject: mac80211: Set the correct values for hwmp (1) and airtimeLinkMetric (1) X-Git-Tag: 1.9.6~8 X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=26f823cd6cca6419be9c0aa1431588cd767b7292 mac80211: Set the correct values for hwmp (1) and airtimeLinkMetric (1) Per sections 8.4.2.100.2 and 8.4.2.100.3 of Std 802.11-2012 Reported-by: Shinichi Hotori Signed-off-by: Javier Cardona Signed-off-by: John W. Linville Signed-off-by: Christian Lamparter --- diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index b7de513..e4448ca 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1488,7 +1488,7 @@ enum { * be specified in a vendor specific information element */ enum { - IEEE80211_PATH_PROTOCOL_HWMP = 0, + IEEE80211_PATH_PROTOCOL_HWMP = 1, IEEE80211_PATH_PROTOCOL_VENDOR = 255, }; @@ -1500,7 +1500,7 @@ enum { * specified in a vendor specific information element */ enum { - IEEE80211_PATH_METRIC_AIRTIME = 0, + IEEE80211_PATH_METRIC_AIRTIME = 1, IEEE80211_PATH_METRIC_VENDOR = 255, };