aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-6000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-6000.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index bd438d8acf55..26c5d4a60d17 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -46,8 +46,8 @@
46#include "iwl-5000-hw.h" 46#include "iwl-5000-hw.h"
47 47
48/* Highest firmware API version supported */ 48/* Highest firmware API version supported */
49#define IWL6000_UCODE_API_MAX 2 49#define IWL6000_UCODE_API_MAX 3
50#define IWL6050_UCODE_API_MAX 2 50#define IWL6050_UCODE_API_MAX 3
51 51
52/* Lowest firmware API version supported */ 52/* Lowest firmware API version supported */
53#define IWL6000_UCODE_API_MIN 1 53#define IWL6000_UCODE_API_MIN 1
@@ -69,6 +69,7 @@ static struct iwl_hcmd_utils_ops iwl6000_hcmd_utils = {
69}; 69};
70 70
71static struct iwl_ops iwl6000_ops = { 71static struct iwl_ops iwl6000_ops = {
72 .ucode = &iwl5000_ucode,
72 .lib = &iwl5000_lib, 73 .lib = &iwl5000_lib,
73 .hcmd = &iwl5000_hcmd, 74 .hcmd = &iwl5000_hcmd,
74 .utils = &iwl6000_hcmd_utils, 75 .utils = &iwl6000_hcmd_utils,