Commit 095de01325962e7574d5793193c6f3ae9a175aab
Committed by
John W. Linville
1 parent
0938393f02
Exists in
master
and in
7 other branches
mac80211: update the format of path selection frames
Update the format of path selection frames according to latest draft (3.03). Signed-off-by: Rui Paulo <rpaulo@gmail.com> Signed-off-by: Javier Cardona <javier@cozybit.com> Reviewed-by: Andrey Yurovsky <andrey@cozybit.com> Tested-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing 2 changed files with 2 additions and 1 deletions Side-by-side Diff
net/mac80211/mesh.h
net/mac80211/mesh_hwmp.c
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 | memcpy(mgmt->sa, sdata->dev->dev_addr, ETH_ALEN); |
106 | 106 | /* BSSID is left zeroed, wildcard value */ |
107 | 107 | mgmt->u.action.category = MESH_PATH_SEL_CATEGORY; |
108 | - mgmt->u.action.u.mesh_action.action_code = action; | |
108 | + mgmt->u.action.u.mesh_action.action_code = MESH_PATH_SEL_ACTION; | |
109 | 109 | |
110 | 110 | switch (action) { |
111 | 111 | case MPATH_PREQ: |