Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffbd308d authored by Mohammed Shafi Shajakhan's avatar Mohammed Shafi Shajakhan Committed by John W. Linville
Browse files

mac80211: remove few obsolete flags

parent fbd5d17b
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -90,20 +90,11 @@ enum rx_mgmt_action {
	/* no action required */
	/* no action required */
	RX_MGMT_NONE,
	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() */
	/* caller must call cfg80211_send_deauth() */
	RX_MGMT_CFG80211_DEAUTH,
	RX_MGMT_CFG80211_DEAUTH,


	/* caller must call cfg80211_send_disassoc() */
	/* caller must call cfg80211_send_disassoc() */
	RX_MGMT_CFG80211_DISASSOC,
	RX_MGMT_CFG80211_DISASSOC,

	/* caller must tell cfg80211 about internal error */
	RX_MGMT_CFG80211_ASSOC_ERROR,
};
};


/* utils */
/* utils */