projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b381fa3
)
mac80211: Set the correct values for hwmp (1) and airtimeLinkMetric (1)
author
Javier Cardona
<
[email protected]
>
Thu, 12 Apr 2012 21:32:20 +0000
(14:32 -0700)
committer
John W. Linville
<
[email protected]
>
Mon, 16 Apr 2012 18:19:29 +0000
(14:19 -0400)
Per sections 8.4.2.100.2 and 8.4.2.100.3 of Std 802.11-2012
Reported-by: Shinichi Hotori <
[email protected]
>
Signed-off-by: Javier Cardona <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
include/linux/ieee80211.h
patch
|
blob
|
history
diff --git
a/include/linux/ieee80211.h
b/include/linux/ieee80211.h
index db84e2f6b289ea61642846b0e9ece12361b7f7c7..ce9af89185148228c76f260bfd68a848f43e3977 100644
(file)
--- a/
include/linux/ieee80211.h
+++ b/
include/linux/ieee80211.h
@@
-1458,7
+1458,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,
};
@@
-1470,7
+1470,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,
};