This patch replaces WILC_WFI_set_default_key with
wilc_cfg80211_set_default_key to avoid CamelCase.

Signed-off-by: Chaehyun Lim <chaehyun....@gmail.com>
---
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 
b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index 67a6cfb..0ac9acb 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -1566,7 +1566,7 @@ static int wilc_cfg80211_get_key(struct wiphy *wiphy, 
struct net_device *netdev,
 }
 
 /**
- *  @brief      WILC_WFI_set_default_key
+ *  @brief      wilc_cfg80211_set_default_key
  *  @details    Set the default management frame key on an interface
  *  @param[in]
  *  @return     int : Return 0 on Success.
@@ -1574,7 +1574,7 @@ static int wilc_cfg80211_get_key(struct wiphy *wiphy, 
struct net_device *netdev,
  *  @date      01 MAR 2012
  *  @version   1.0
  */
-static int WILC_WFI_set_default_key(struct wiphy *wiphy, struct net_device 
*netdev, u8 key_index,
+static int wilc_cfg80211_set_default_key(struct wiphy *wiphy, struct 
net_device *netdev, u8 key_index,
                                    bool unicast, bool multicast)
 {
        s32 s32Error = WILC_SUCCESS;
@@ -3610,7 +3610,7 @@ static struct cfg80211_ops WILC_WFI_cfg80211_ops = {
        .add_key = wilc_cfg80211_add_key,
        .del_key = wilc_cfg80211_del_key,
        .get_key = wilc_cfg80211_get_key,
-       .set_default_key = WILC_WFI_set_default_key,
+       .set_default_key = wilc_cfg80211_set_default_key,
        #ifdef WILC_AP_EXTERNAL_MLME
        .add_virtual_intf = WILC_WFI_add_virt_intf,
        .del_virtual_intf = WILC_WFI_del_virt_intf,
-- 
2.5.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to