فهرست منبع

qcacmn: Rename wlan_crypto_reset_vdev_prarams()

The wlan_crypto_reset_vdev_params() stub function, used when the
CRYPTO_SET_KEY_CONVERGED feature is not enabled, is misnamed, so
correct the naming.

Change-Id: Iff7db65f61dbec15529832c9db4430f908442645
CRs-Fixed: 3421947
Jeff Johnson 2 سال پیش
والد
کامیت
9c85a8e52b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      umac/cmn_services/crypto/inc/wlan_crypto_global_api.h

+ 1 - 1
umac/cmn_services/crypto/inc/wlan_crypto_global_api.h

@@ -958,7 +958,7 @@ static inline void wlan_crypto_free_vdev_key(struct wlan_objmgr_vdev *vdev)
 {
 }
 
-static inline void wlan_crypto_reset_vdev_prarams(struct wlan_objmgr_vdev *vdev)
+static inline void wlan_crypto_reset_vdev_params(struct wlan_objmgr_vdev *vdev)
 {
 }
 #endif /* CRYPTO_SET_KEY_CONVERGED */