All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ping-Ke Shih <pkshih@realtek.com>
To: Yang Yingliang <yangyingliang@huawei.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Cc: "kvalo@kernel.org" <kvalo@kernel.org>
Subject: RE: [PATCH -next] wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address
Date: Tue, 8 Aug 2023 01:21:55 +0000	[thread overview]
Message-ID: <79c02ca0927442419c091bcbc36cac08@realtek.com> (raw)
In-Reply-To: <20230804090120.1332091-1-yangyingliang@huawei.com>



> -----Original Message-----
> From: Yang Yingliang <yangyingliang@huawei.com>
> Sent: Friday, August 4, 2023 5:01 PM
> To: linux-wireless@vger.kernel.org
> Cc: Ping-Ke Shih <pkshih@realtek.com>; kvalo@kernel.org; yangyingliang@huawei.com
> Subject: [PATCH -next] wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address
> 
> Use eth_broadcast_addr() to assign broadcast address instead
> of memcpy().
> 
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>

Acked-by: Ping-Ke Shih <pkshih@realtek.com>


> ---
>  drivers/net/wireless/realtek/rtlwifi/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/realtek/rtlwifi/core.c b/drivers/net/wireless/realtek/rtlwifi/core.c
> index 4fb16f5f6f83..3835b639d453 100644
> --- a/drivers/net/wireless/realtek/rtlwifi/core.c
> +++ b/drivers/net/wireless/realtek/rtlwifi/core.c
> @@ -1656,7 +1656,7 @@ static int rtl_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
>                         memcpy(rtlpriv->sec.key_buf[key_idx],
>                                key->key, key->keylen);
>                         rtlpriv->sec.key_len[key_idx] = key->keylen;
> -                       memcpy(mac_addr, bcast_addr, ETH_ALEN);
> +                       eth_broadcast_addr(mac_addr);
>                 } else {        /* pairwise key */
>                         rtl_dbg(rtlpriv, COMP_SEC, DBG_DMESG,
>                                 "set pairwise key\n");
> --
> 2.25.1
> 
> 
> ------Please consider the environment before printing this e-mail.

  reply	other threads:[~2023-08-08  1:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-04  9:01 [PATCH -next] wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address Yang Yingliang
2023-08-08  1:21 ` Ping-Ke Shih [this message]
2023-08-21 16:13 ` Kalle Valo

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=79c02ca0927442419c091bcbc36cac08@realtek.com \
    --to=pkshih@realtek.com \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=yangyingliang@huawei.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.