iwlwifi: Constify struct iwl_ops
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-6000.c
index 788457ae25a824b183982103ccc7b338b9a84ba5..a5a0ed4817a471562e77c9b5ab42193d0246f253 100644 (file)
@@ -253,7 +253,7 @@ static struct iwl_lib_ops iwl6000_lib = {
         },
 };
 
-static struct iwl_ops iwl6000_ops = {
+static const struct iwl_ops iwl6000_ops = {
        .ucode = &iwl5000_ucode,
        .lib = &iwl6000_lib,
        .hcmd = &iwl5000_hcmd,
@@ -268,7 +268,7 @@ static struct iwl_hcmd_utils_ops iwl6050_hcmd_utils = {
        .calc_rssi = iwl5000_calc_rssi,
 };
 
-static struct iwl_ops iwl6050_ops = {
+static const struct iwl_ops iwl6050_ops = {
        .ucode = &iwl5000_ucode,
        .lib = &iwl6000_lib,
        .hcmd = &iwl5000_hcmd,
This page took 0.024219 seconds and 5 git commands to generate.