summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
diff options
context:
space:
mode:
authorLeo Kim2015-10-05 08:25:46 +0200
committerGreg Kroah-Hartman2015-10-08 11:56:03 +0200
commit9529650a55f69362c386463001ded3ec0c5f99b3 (patch)
tree51f05b2a20f2de706c31e9a6f860b41caf901e9c /drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
parentstaging: wilc1000: remove typedef from tstrHostIFpmkid (diff)
downloadkernel-qcow2-linux-9529650a55f69362c386463001ded3ec0c5f99b3.tar.gz
kernel-qcow2-linux-9529650a55f69362c386463001ded3ec0c5f99b3.tar.xz
kernel-qcow2-linux-9529650a55f69362c386463001ded3ec0c5f99b3.zip
staging: wilc1000: remove typedef from tstrCfgParamVal
This patch removes typedef from the struct tstrCfgParamVal. And rename it to cfg_param_val. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wfi_cfgoperations.c')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_cfgoperations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index 8068a7e591c2..5905040e98fa 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -1742,7 +1742,7 @@ static int WILC_WFI_disassoc(struct wiphy *wiphy, struct net_device *dev,
static int set_wiphy_params(struct wiphy *wiphy, u32 changed)
{
s32 s32Error = 0;
- tstrCfgParamVal pstrCfgParamVal;
+ struct cfg_param_val pstrCfgParamVal;
struct wilc_priv *priv;
priv = wiphy_priv(wiphy);