diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-04-23 20:15:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-07 15:02:20 -0400 |
commit | 11bf925aa31f72b9a88b2dca47f3c2e06c42dbac (patch) | |
tree | f88f302505f0716e9aee86f0cdb21c330f407c22 /drivers/net/wireless/iwlwifi/iwl-sta.h | |
parent | c7de35cd1c8b135398899f42475fa8e9d672d46e (diff) |
iwlwifi: iwl-sta redundant includes clean up
This patch cleans unnecessary includes in iwl-sta.[hc]
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-sta.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-sta.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.h b/drivers/net/wireless/iwlwifi/iwl-sta.h index 89558356a590..38b1b0a98845 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sta.h +++ b/drivers/net/wireless/iwlwifi/iwl-sta.h | |||
@@ -29,14 +29,6 @@ | |||
29 | #ifndef __iwl_sta_h__ | 29 | #ifndef __iwl_sta_h__ |
30 | #define __iwl_sta_h__ | 30 | #define __iwl_sta_h__ |
31 | 31 | ||
32 | #include <net/mac80211.h> | ||
33 | |||
34 | #include "iwl-eeprom.h" | ||
35 | #include "iwl-core.h" | ||
36 | #include "iwl-4965.h" | ||
37 | #include "iwl-io.h" | ||
38 | #include "iwl-helpers.h" | ||
39 | |||
40 | int iwl_get_free_ucode_key_index(struct iwl_priv *priv); | 32 | int iwl_get_free_ucode_key_index(struct iwl_priv *priv); |
41 | int iwl_send_static_wepkey_cmd(struct iwl_priv *priv, u8 send_if_empty); | 33 | int iwl_send_static_wepkey_cmd(struct iwl_priv *priv, u8 send_if_empty); |
42 | int iwl_remove_default_wep_key(struct iwl_priv *priv, | 34 | int iwl_remove_default_wep_key(struct iwl_priv *priv, |