Skip to content

Commit

Permalink
iwlwifi: remove ieee80211 types from iwl-helpers.h
Browse files Browse the repository at this point in the history
This patch removes IEEE80211_STYPE_BACK_REQ and
IEEE80211_STYPE_BACK defines from iwl-helpers.h. These are already
defined in include/linux/ieee80211.h

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Tomas Winkler authored and John W. Linville committed Feb 1, 2008
1 parent e53cfe0 commit ff5059e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/iwlwifi/iwl-helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ static inline struct ieee80211_conf *ieee80211_get_hw_conf(

#define QOS_CONTROL_LEN 2

#define IEEE80211_STYPE_BACK_REQ 0x0080
#define IEEE80211_STYPE_BACK 0x0090


static inline int ieee80211_is_management(u16 fc)
{
Expand Down

0 comments on commit ff5059e

Please sign in to comment.