diff options
author | Javier Cardona <javier@cozybit.com> | 2010-03-29 11:00:21 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-08 15:24:07 -0400 |
commit | 97ad9139fd68b5c71f44d28d3f9788d89cfd4916 (patch) | |
tree | a4b270e9fc7c55a4c6fc4df5e13cf399463fde27 /net/mac80211/mesh_plink.c | |
parent | 60ece4047e4870c7be28dcf661162d8312c161e7 (diff) | |
download | kernel-mfld-blackbay-97ad9139fd68b5c71f44d28d3f9788d89cfd4916.tar.gz kernel-mfld-blackbay-97ad9139fd68b5c71f44d28d3f9788d89cfd4916.tar.bz2 kernel-mfld-blackbay-97ad9139fd68b5c71f44d28d3f9788d89cfd4916.zip |
mac80211: Moved mesh action codes to a more visible location
Grouped mesh action codes together with the other action codes in
ieee80211.h.
Signed-off-by: Javier Cardona <javier@cozybit.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh_plink.c')
-rw-r--r-- | net/mac80211/mesh_plink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index bc4e20e57ff..c384154ac89 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -171,7 +171,7 @@ static int mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, memcpy(mgmt->da, da, ETH_ALEN); memcpy(mgmt->sa, sdata->vif.addr, ETH_ALEN); /* BSSID is left zeroed, wildcard value */ - mgmt->u.action.category = MESH_PLINK_CATEGORY; + mgmt->u.action.category = WLAN_CATEGORY_MESH_PLINK; mgmt->u.action.u.plink_action.action_code = action; if (action == PLINK_CLOSE) |