projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd5d17
)
mac80211: remove few obsolete flags
author
Mohammed Shafi Shajakhan
<
[email protected]
>
Sun, 3 Apr 2011 13:35:28 +0000
(19:05 +0530)
committer
John W. Linville
<
[email protected]
>
Thu, 7 Apr 2011 19:34:14 +0000
(15:34 -0400)
Signed-off-by: Mohammed Shafi Shajakhan <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
net/mac80211/mlme.c
patch
|
blob
|
history
diff --git
a/net/mac80211/mlme.c
b/net/mac80211/mlme.c
index 64d92d5a7f40e93c001dabf3bc9680d0adfab4e5..865fed4cc18b6c88701607313c8822277adab0ad 100644
(file)
--- 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 */