diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-07-22 17:51:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-22 17:51:16 -0400 |
commit | 41bf37117b47fc5ce2aae91f6a108e7e42e0b046 (patch) | |
tree | d5c8f24075313edfe548256dd931527f1569921e /drivers/net/wireless/iwlwifi/iwl-sta.h | |
parent | 415b3334a21aa67806c52d1acf4e72e14f7f402f (diff) | |
parent | 6e6e8c510a84fe3237ef02b954e58cca6a3f4b1a (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-sta.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-sta.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.h b/drivers/net/wireless/iwlwifi/iwl-sta.h index ff64027ff4cb..9a6768d66851 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sta.h +++ b/drivers/net/wireless/iwlwifi/iwl-sta.h | |||
@@ -31,9 +31,6 @@ | |||
31 | 31 | ||
32 | #include "iwl-dev.h" | 32 | #include "iwl-dev.h" |
33 | 33 | ||
34 | #define HW_KEY_DYNAMIC 0 | ||
35 | #define HW_KEY_DEFAULT 1 | ||
36 | |||
37 | #define IWL_STA_DRIVER_ACTIVE BIT(0) /* driver entry is active */ | 34 | #define IWL_STA_DRIVER_ACTIVE BIT(0) /* driver entry is active */ |
38 | #define IWL_STA_UCODE_ACTIVE BIT(1) /* ucode entry is active */ | 35 | #define IWL_STA_UCODE_ACTIVE BIT(1) /* ucode entry is active */ |
39 | #define IWL_STA_UCODE_INPROGRESS BIT(2) /* ucode entry is in process of | 36 | #define IWL_STA_UCODE_INPROGRESS BIT(2) /* ucode entry is in process of |
@@ -47,7 +44,7 @@ void iwl_restore_stations(struct iwl_priv *priv, struct iwl_rxon_context *ctx); | |||
47 | void iwl_clear_ucode_stations(struct iwl_priv *priv, | 44 | void iwl_clear_ucode_stations(struct iwl_priv *priv, |
48 | struct iwl_rxon_context *ctx); | 45 | struct iwl_rxon_context *ctx); |
49 | void iwl_dealloc_bcast_stations(struct iwl_priv *priv); | 46 | void iwl_dealloc_bcast_stations(struct iwl_priv *priv); |
50 | int iwl_get_free_ucode_key_index(struct iwl_priv *priv); | 47 | int iwl_get_free_ucode_key_offset(struct iwl_priv *priv); |
51 | int iwl_send_add_sta(struct iwl_priv *priv, | 48 | int iwl_send_add_sta(struct iwl_priv *priv, |
52 | struct iwl_addsta_cmd *sta, u8 flags); | 49 | struct iwl_addsta_cmd *sta, u8 flags); |
53 | int iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, | 50 | int iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx, |