Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171679
b: refs/heads/master
c: 095de01
h: refs/heads/master
i:
  171677: 66281b9
  171675: 3eff2fd
  171671: 6b99e15
  171663: a0b0f5a
  171647: 7a3f93d
v: v3
  • Loading branch information
Rui Paulo authored and John W. Linville committed Nov 11, 2009
1 parent e93e287 commit 0f87e47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0938393f02c5a4db75a6e38ee31645c974169bb5
refs/heads/master: 095de01325962e7574d5793193c6f3ae9a175aab
1 change: 1 addition & 0 deletions trunk/net/mac80211/mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ struct mesh_rmc {
/* Pending ANA approval */
#define MESH_PLINK_CATEGORY 30
#define MESH_PATH_SEL_CATEGORY 32
#define MESH_PATH_SEL_ACTION 0

/* Public interfaces */
/* Various */
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mesh_hwmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags,
memcpy(mgmt->sa, sdata->dev->dev_addr, ETH_ALEN);
/* BSSID is left zeroed, wildcard value */
mgmt->u.action.category = MESH_PATH_SEL_CATEGORY;
mgmt->u.action.u.mesh_action.action_code = action;
mgmt->u.action.u.mesh_action.action_code = MESH_PATH_SEL_ACTION;

switch (action) {
case MPATH_PREQ:
Expand Down

0 comments on commit 0f87e47

Please sign in to comment.