diff options
author | Emese Revfy <re.emese@gmail.com> | 2009-12-13 18:59:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-22 13:56:09 -0500 |
commit | 45d5d805988f1f3c0b24dac59fbba771b1f106a8 (patch) | |
tree | d139a97dc38d3dfed832b962c66bba2e29bbe533 /drivers/net/wireless/iwlwifi/iwl-3945.c | |
parent | ba37a3d0395a66b3c9164c4f4d1318317da32e96 (diff) |
iwlwifi: Constify struct iwl_ops
Signed-off-by: Emese Revfy <re.emese@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index 7da1dab933d9..3708b5c204e6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -2811,7 +2811,7 @@ static struct iwl_hcmd_utils_ops iwl3945_hcmd_utils = { | |||
2811 | .rts_tx_cmd_flag = iwlcore_rts_tx_cmd_flag, | 2811 | .rts_tx_cmd_flag = iwlcore_rts_tx_cmd_flag, |
2812 | }; | 2812 | }; |
2813 | 2813 | ||
2814 | static struct iwl_ops iwl3945_ops = { | 2814 | static const struct iwl_ops iwl3945_ops = { |
2815 | .ucode = &iwl3945_ucode, | 2815 | .ucode = &iwl3945_ucode, |
2816 | .lib = &iwl3945_lib, | 2816 | .lib = &iwl3945_lib, |
2817 | .hcmd = &iwl3945_hcmd, | 2817 | .hcmd = &iwl3945_hcmd, |