staging: wilc1000: fix argument name of host_int_add_ptk
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 8 Nov 2015 07:48:55 +0000 (16:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:14:03 +0000 (14:14 -0800)
commitd17b7dd24212b7bb823c4c568268b29577943f96
tree2fde426b46828e100f6d46a0c61cf70b7109700f
parent706ab42eae8a7a320d0364c7040c9419bfdea235
staging: wilc1000: fix argument name of host_int_add_ptk

This patch changes struct host_if_drv of host_int_add_ptk function
declaration from hWFIDrv to hif_drv.
With this change, first parameter of this function declaration and
definition has same name as hif_drv.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.h
This page took 0.026026 seconds and 5 git commands to generate.