staging: wilc1000: rename pu8WepKey in host_int_add_wep_key_bss_sta
[firefly-linux-kernel-4.4.55.git] / drivers / staging / wilc1000 / host_interface.h
index 32fc946c1216d0f388defb749c4d19882c9c8fab..f39e423c4fa29c6c043b54f747790b0ff890adb1 100644 (file)
@@ -403,7 +403,7 @@ int host_int_set_wep_default_key(struct host_if_drv *hif_drv, u8 index);
  *  @date              8 March 2012
  *  @version           1.0
  */
-int host_int_add_wep_key_bss_sta(struct host_if_drv *hif_drv, const u8 *pu8WepKey, u8 u8WepKeylen, u8 u8Keyidx);
+int host_int_add_wep_key_bss_sta(struct host_if_drv *hif_drv, const u8 *key, u8 u8WepKeylen, u8 u8Keyidx);
 /**
  *  @brief              host_int_add_wep_key_bss_ap
  *  @details    valid only in AP mode if External Supplicant support is enabled.