diff options
author | Mohammed Shafi Shajakhan <mshajakhan@atheros.com> | 2011-04-03 19:05:28 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-07 15:34:14 -0400 |
commit | ffbd308dce898a857de76d17cc05748505cf4ece (patch) | |
tree | 7c2c78673235a25e3df6aa2cf6577120ba07eb37 /net/mac80211/mlme.c | |
parent | fbd5d17b8e2b418b495599c554f9c4754b7f93c9 (diff) | |
download | talos-op-linux-ffbd308dce898a857de76d17cc05748505cf4ece.tar.gz talos-op-linux-ffbd308dce898a857de76d17cc05748505cf4ece.zip |
mac80211: remove few obsolete flags
Signed-off-by: Mohammed Shafi Shajakhan <mshajakhan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 64d92d5a7f40..865fed4cc18b 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -90,20 +90,11 @@ enum rx_mgmt_action { /* no action required */ RX_MGMT_NONE, - /* caller must call cfg80211_send_rx_auth() */ - RX_MGMT_CFG80211_AUTH, - - /* caller must call cfg80211_send_rx_assoc() */ - RX_MGMT_CFG80211_ASSOC, - /* caller must call cfg80211_send_deauth() */ RX_MGMT_CFG80211_DEAUTH, /* caller must call cfg80211_send_disassoc() */ RX_MGMT_CFG80211_DISASSOC, - - /* caller must tell cfg80211 about internal error */ - RX_MGMT_CFG80211_ASSOC_ERROR, }; /* utils */ |