diff options
author | Javier Cardona <javier@cozybit.com> | 2011-05-03 16:57:09 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-11 14:37:47 -0400 |
commit | d3aaec8ab76c2d604c2ba7332e1338674607597b (patch) | |
tree | 436851aa4210a3567642945831854142b4fa9cf6 /net/mac80211/mesh.c | |
parent | 0778a6a3e56cabdc322755f97ad23ee67efad0f0 (diff) | |
download | blackbird-op-linux-d3aaec8ab76c2d604c2ba7332e1338674607597b.tar.gz blackbird-op-linux-d3aaec8ab76c2d604c2ba7332e1338674607597b.zip |
mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTION
Note: This breaks compatibility with previous mesh protocol instances.
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 2a59eb345131..75378e852f00 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c @@ -600,7 +600,7 @@ static void ieee80211_mesh_rx_mgmt_action(struct ieee80211_sub_if_data *sdata, struct ieee80211_rx_status *rx_status) { switch (mgmt->u.action.category) { - case WLAN_CATEGORY_MESH_PLINK: + case WLAN_CATEGORY_MESH_ACTION: mesh_rx_plink_frame(sdata, mgmt, len, rx_status); break; case WLAN_CATEGORY_MESH_PATH_SEL: |