summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
authorLuis Carlos Cobo <luisca@cozybit.com>2008-03-01 00:46:08 +0100
committerJohn W. Linville <linville@tuxdriver.com>2008-03-06 22:40:52 +0100
commitb4e08ea141e6d663dec31b31d6289baeaaa2a3a2 (patch)
treef6ca4b30e480f803f5f83c2d60e0df29fb2177ea /net/mac80211/rx.c
parentmac80211: always force mesh_path deletions (diff)
downloadlinux-b4e08ea141e6d663dec31b31d6289baeaaa2a3a2.tar.xz
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/rx.c')
-rw-r--r--net/mac80211/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 8e1e2859bfd5..644d2774469d 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -411,7 +411,7 @@ ieee80211_rx_mesh_check(struct ieee80211_rx_data *rx)
* establisment frame, beacon or probe, drop the frame.
*/
- if (!rx->sta || sta_plink_state(rx->sta) != ESTAB) {
+ if (!rx->sta || sta_plink_state(rx->sta) != PLINK_ESTAB) {
struct ieee80211_mgmt *mgmt;
if ((rx->fc & IEEE80211_FCTL_FTYPE) != IEEE80211_FTYPE_MGMT)