ath6kl: don't set hi_refclk_hz if hardware version doesn't need it
[deliverable/linux.git] / drivers / net / wireless / ath / ath6kl / wmi.h
index 1f05ecd97c912b1efdfdea3910abd3aca71be38a..7809afbb3e937e65a3f5045069815e79f551ac1c 100644 (file)
@@ -2616,7 +2616,7 @@ int ath6kl_wmi_addkey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index,
                          u8 *key_material,
                          u8 key_op_ctrl, u8 *mac_addr,
                          enum wmi_sync_flag sync_flag);
-int ath6kl_wmi_add_krk_cmd(struct wmi *wmi, u8 if_idx, u8 *krk);
+int ath6kl_wmi_add_krk_cmd(struct wmi *wmi, u8 if_idx, const u8 *krk);
 int ath6kl_wmi_deletekey_cmd(struct wmi *wmi, u8 if_idx, u8 key_index);
 int ath6kl_wmi_setpmkid_cmd(struct wmi *wmi, u8 if_idx, const u8 *bssid,
                            const u8 *pmkid, bool set);
This page took 0.026274 seconds and 5 git commands to generate.