linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chaehyun Lim <chaehyun.lim@gmail.com>
To: gregkh@linuxfoundation.org
Cc: johnny.kim@atmel.com, austin.shin@atmel.com,
	chris.park@atmel.com, tony.cho@atmel.com, glen.lee@atmel.com,
	leo.kim@atmel.com, linux-wireless@vger.kernel.org,
	devel@driverdev.osuosl.org, Chaehyun Lim <chaehyun.lim@gmail.com>
Subject: [PATCH 04/13] staging: wilc1000: match argument name of wilc_add_rx_gtk declaration
Date: Tue, 22 Dec 2015 09:49:00 +0900	[thread overview]
Message-ID: <1450745349-16811-4-git-send-email-chaehyun.lim@gmail.com> (raw)
In-Reply-To: <1450745349-16811-1-git-send-email-chaehyun.lim@gmail.com>

Some argument name of wilc_add_rx_gtk declaration is different to those
of this function definition. It is changed as same name of this function
declaration and definition.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
---
 drivers/staging/wilc1000/host_interface.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h
index 02c10171..6a5f3bd 100644
--- a/drivers/staging/wilc1000/host_interface.h
+++ b/drivers/staging/wilc1000/host_interface.h
@@ -317,10 +317,10 @@ int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
 		 u8 mode, u8 cipher_mode, u8 index);
 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac,
 			   u32 *pu32InactiveTime);
-int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *pu8RxGtk, u8 u8GtkKeylen,
-		    u8 u8KeyIdx, u32 u32KeyRSClen, const u8 *KeyRSC,
-		    const u8 *pu8RxMic, const u8 *pu8TxMic, u8 mode,
-		    u8 u8Ciphermode);
+int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len,
+		    u8 index, u32 key_rsc_len, const u8 *key_rsc,
+		    const u8 *rx_mic, const u8 *tx_mic, u8 mode,
+		    u8 cipher_mode);
 s32 wilc_add_tx_gtk(struct host_if_drv *hWFIDrv, u8 u8KeyLen,
 			u8 *pu8TxGtk, u8 u8KeyIdx);
 s32 wilc_set_pmkid_info(struct wilc_vif *vif,
-- 
2.6.4


  parent reply	other threads:[~2015-12-22  0:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22  0:48 [PATCH 01/13] staging: wilc1000: fix return type of wilc_add_pkt declaration Chaehyun Lim
2015-12-22  0:48 ` [PATCH 02/13] staging: wilc1000: match argument name of wilc_add_ptk declaration Chaehyun Lim
2015-12-22  0:48 ` [PATCH 03/13] staging: wilc1000: fix return type of wilc_add_rx_gtk declaration Chaehyun Lim
2015-12-22  0:49 ` Chaehyun Lim [this message]
2015-12-22  0:49 ` [PATCH 05/13] staging: wilc1000: remove wilc_add_tx_gtk declaration Chaehyun Lim
2015-12-22  0:49 ` [PATCH 06/13] staging: wilc1000: remove wilc_set_start_scan_req declaration Chaehyun Lim
2015-12-22  0:49 ` [PATCH 07/13] staging: wilc1000: fix return type of wilc_set_pmkid_info Chaehyun Lim
2015-12-22  0:49 ` [PATCH 08/13] staging: wilc1000: replace u32 with int Chaehyun Lim
2015-12-22  0:49 ` [PATCH 09/13] staging: wilc1000: rename pu8PmkidInfoArray in wilc_set_pmkid_info Chaehyun Lim
2015-12-22  0:49 ` [PATCH 10/13] staging: wilc1000: fix return type of wilc_get_mac_address Chaehyun Lim
2015-12-22  0:49 ` [PATCH 11/13] staging: wilc1000: rename pu8MacAddress in wilc_get_mac_address Chaehyun Lim
2015-12-22  0:49 ` [PATCH 12/13] staging: wilc1000: fix return type of wilc_set_mac_address Chaehyun Lim
2015-12-22  0:49 ` [PATCH 13/13] staging: wilc1000: rename pu8MacAddress in wilc_set_mac_address Chaehyun Lim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450745349-16811-4-git-send-email-chaehyun.lim@gmail.com \
    --to=chaehyun.lim@gmail.com \
    --cc=austin.shin@atmel.com \
    --cc=chris.park@atmel.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=glen.lee@atmel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=johnny.kim@atmel.com \
    --cc=leo.kim@atmel.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=tony.cho@atmel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).