All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Anuj Khera <quic_akhera@quicinc.com>
Cc: <johannes@sipsolutions.net>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] wifi: cfg80211: Rename bssid to peer_addr in cfg80211_pmksa
Date: Tue, 21 Nov 2023 14:56:50 +0200	[thread overview]
Message-ID: <87r0kj6z8t.fsf@kernel.org> (raw)
In-Reply-To: <20231120062450.8023-1-quic_akhera@quicinc.com> (Anuj Khera's message of "Mon, 20 Nov 2023 11:54:50 +0530")

Anuj Khera <quic_akhera@quicinc.com> writes:

> The cfg80211_pmksa structure uses bssid member to store
> the PMKSA for a BSS in Station mode. Change the name of
> structure member bssid to peer_addr so that same member
> can be used to store the PMKSA for a station in AP mode
> using station MAC address.
>
> Signed-off-by: Anuj Khera <quic_akhera@quicinc.com>
> ---
>  drivers/net/wireless/ath/ath6kl/cfg80211.c           |  8 ++++----
>  .../wireless/broadcom/brcm80211/brcmfmac/cfg80211.c  | 12 ++++++------
>  drivers/net/wireless/microchip/wilc1000/cfg80211.c   | 10 +++++-----
>  drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c    |  8 ++++----
>  include/net/cfg80211.h                               |  5 +++--
>  net/wireless/nl80211.c                               |  2 +-
>  net/wireless/trace.h                                 |  2 +-
>  net/wireless/wext-compat.c                           |  2 +-
>  8 files changed, 25 insertions(+), 24 deletions(-)

For a rename like this I would expect to see patch 2 adding the actual
functionality.

Johannes, just so you know this patch has nothing to do with
ath10k/ath11k/ath12k. I guess this is for the proprietary Qualcomm
driver?

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2023-11-21 12:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20  6:24 [PATCH] wifi: cfg80211: Rename bssid to peer_addr in cfg80211_pmksa Anuj Khera
2023-11-21 12:56 ` Kalle Valo [this message]
2023-11-24 17:35 ` Johannes Berg
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20  6:22 Anuj Khera
2023-11-17 12:08 Anuj Khera
2023-11-17 19:35 ` Jeff Johnson

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=87r0kj6z8t.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_akhera@quicinc.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.