From patchwork Tue Sep 8 15:55:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chaehyun Lim X-Patchwork-Id: 7142281 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E61F19F326 for ; Tue, 8 Sep 2015 15:57:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 157A420674 for ; Tue, 8 Sep 2015 15:57:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 33C0D20671 for ; Tue, 8 Sep 2015 15:57:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755368AbbIHP5B (ORCPT ); Tue, 8 Sep 2015 11:57:01 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:34906 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755353AbbIHP5A (ORCPT ); Tue, 8 Sep 2015 11:57:00 -0400 Received: by pacfv12 with SMTP id fv12so130449570pac.2 for ; Tue, 08 Sep 2015 08:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=5ygrfC5/16Lmw8SU9Of1HQrQ/vhx686CnHIyH6tMn48=; b=RL6+EFyQY+Yswlsl8VDAAqWEZSSiHDfrNLLHtEZSRwV4gggPSn4MKpEvpIu2Qqt3ca 7L7RHnegiYSYKPIMqkiGZlejF/HRDAC4vYgDkpAvsod7jieZBohVLwKuwuqGJDGfFpVu qxuezodItqGHvoyjILK9HC5VXpoisC8BTWDljsOkkJwYgESP1Nt7iZ8zKs4o+6YZqHaU vC7wAcgwhzhmH7Ty608LdvlbZEu0f6F5tdCQzcJJSC9jEi3rFzwtNEntV7twqgk6WYI3 bDyZZvQIuE9ETL0sOCk7eAIdkaAZERWZcqmbKoXK1n3FwEdmyx8HrgcLlLUTN+uAt6bN 7ITw== X-Received: by 10.66.164.230 with SMTP id yt6mr49391523pab.149.1441727819718; Tue, 08 Sep 2015 08:56:59 -0700 (PDT) Received: from localhost.localdomain ([218.233.16.2]) by smtp.gmail.com with ESMTPSA id ch3sm3899425pbb.18.2015.09.08.08.56.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Sep 2015 08:56:59 -0700 (PDT) From: Chaehyun Lim To: gregkh@linuxfoundation.org Cc: johnny.kim@atmel.com, rachel.kim@atmel.com, chris.park@atmel.com, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, Chaehyun Lim Subject: [PATCH 19/30] staging: wilc1000: rename WILC_WFI_change_bss Date: Wed, 9 Sep 2015 00:55:56 +0900 Message-Id: <1441727767-26026-19-git-send-email-chaehyun.lim@gmail.com> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1441727767-26026-1-git-send-email-chaehyun.lim@gmail.com> References: <1441727767-26026-1-git-send-email-chaehyun.lim@gmail.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch replaces WILC_WFI_change_bss with wilc_cfg80211_change_bss to avoid CamelCase. Signed-off-by: Chaehyun Lim --- 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 d448df5..c74f95c 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -1710,7 +1710,7 @@ static int wilc_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev /** - * @brief WILC_WFI_change_bss + * @brief wilc_cfg80211_change_bss * @details Modify parameters for a given BSS. * @param[in] * -use_cts_prot: Whether to use CTS protection @@ -1730,7 +1730,7 @@ static int wilc_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev * @date 01 MAR 2012 * @version 1.0 */ -static int WILC_WFI_change_bss(struct wiphy *wiphy, struct net_device *dev, +static int wilc_cfg80211_change_bss(struct wiphy *wiphy, struct net_device *dev, struct bss_parameters *params) { PRINT_D(CFG80211_DBG, "Changing Bss parametrs\n"); @@ -3627,7 +3627,7 @@ static struct cfg80211_ops WILC_WFI_cfg80211_ops = { .get_station = wilc_cfg80211_get_station, #endif .dump_station = wilc_cfg80211_dump_station, - .change_bss = WILC_WFI_change_bss, + .change_bss = wilc_cfg80211_change_bss, .set_wiphy_params = WILC_WFI_set_wiphy_params, .set_pmksa = WILC_WFI_set_pmksa,