2011-04-01 15:36:20

by Mohammed Shafi Shajakhan

[permalink] [raw]
Subject: [RFC] mac80211: remove few obsolete flags

From: Mohammed Shafi Shajakhan <[email protected]>

Signed-off-by: Mohammed Shafi Shajakhan <[email protected]>
---
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 64d92d5..865fed4 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 */
--
1.7.0.4



2011-04-01 15:56:03

by Mohammed Shafi Shajakhan

[permalink] [raw]
Subject: Re: [RFC] mac80211: remove few obsolete flags

On Friday 01 April 2011 09:07 PM, Johannes Berg wrote:
> On Fri, 2011-04-01 at 21:06 +0530, Mohammed Shafi Shajakhan wrote:
>
>> From: Mohammed Shafi Shajakhan<[email protected]>
>>
>> Signed-off-by: Mohammed Shafi Shajakhan<[email protected]>
>>
> If it compiles, sure! :)
>
sure, thanks.
> johannes
>
>
>

2011-04-01 15:37:27

by Johannes Berg

[permalink] [raw]
Subject: Re: [RFC] mac80211: remove few obsolete flags

On Fri, 2011-04-01 at 21:06 +0530, Mohammed Shafi Shajakhan wrote:
> From: Mohammed Shafi Shajakhan <[email protected]>
>
> Signed-off-by: Mohammed Shafi Shajakhan <[email protected]>

If it compiles, sure! :)

johannes