summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
diff options
context:
space:
mode:
authorLuis Carlos Cobo2008-03-01 00:46:08 +0100
committerJohn W. Linville2008-03-06 22:40:52 +0100
commitb4e08ea141e6d663dec31b31d6289baeaaa2a3a2 (patch)
treef6ca4b30e480f803f5f83c2d60e0df29fb2177ea /net/mac80211/sta_info.c
parentmac80211: always force mesh_path deletions (diff)
downloadkernel-qcow2-linux-b4e08ea141e6d663dec31b31d6289baeaaa2a3a2.tar.gz
kernel-qcow2-linux-b4e08ea141e6d663dec31b31d6289baeaaa2a3a2.tar.xz
kernel-qcow2-linux-b4e08ea141e6d663dec31b31d6289baeaaa2a3a2.zip
mac80211: add PLINK_ prefix and kernel doc to enum plink_state
Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r--net/mac80211/sta_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c
index 909fa38edb6c..e27f896dae53 100644
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
@@ -248,7 +248,7 @@ struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
#endif /* CONFIG_MAC80211_VERBOSE_DEBUG */
#ifdef CONFIG_MAC80211_MESH
- sta->plink_state = LISTEN;
+ sta->plink_state = PLINK_LISTEN;
spin_lock_init(&sta->plink_lock);
init_timer(&sta->plink_timer);
#endif