aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-5000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-5000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c
index 3236315c75be..f2b1915530e7 100644
--- a/drivers/net/wireless/iwlwifi/iwl-5000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-5000.c
@@ -1556,7 +1556,7 @@ static struct iwl_lib_ops iwl5150_lib = {
1556 }, 1556 },
1557}; 1557};
1558 1558
1559static struct iwl_ops iwl5000_ops = { 1559static const struct iwl_ops iwl5000_ops = {
1560 .ucode = &iwl5000_ucode, 1560 .ucode = &iwl5000_ucode,
1561 .lib = &iwl5000_lib, 1561 .lib = &iwl5000_lib,
1562 .hcmd = &iwl5000_hcmd, 1562 .hcmd = &iwl5000_hcmd,
@@ -1564,7 +1564,7 @@ static struct iwl_ops iwl5000_ops = {
1564 .led = &iwlagn_led_ops, 1564 .led = &iwlagn_led_ops,
1565}; 1565};
1566 1566
1567static struct iwl_ops iwl5150_ops = { 1567static const struct iwl_ops iwl5150_ops = {
1568 .ucode = &iwl5000_ucode, 1568 .ucode = &iwl5000_ucode,
1569 .lib = &iwl5150_lib, 1569 .lib = &iwl5150_lib,
1570 .hcmd = &iwl5000_hcmd, 1570 .hcmd = &iwl5000_hcmd,