linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] cfg80211: fix duplicated scan entries after channel switch
@ 2019-07-26 16:39 Sergey Matyukevich
  2019-07-26 16:39 ` [PATCH v4 1/2] cfg80211: refactor cfg80211_bss_update Sergey Matyukevich
  2019-07-26 16:39 ` [PATCH v4 2/2] cfg80211: fix duplicated scan entries after channel switch Sergey Matyukevich
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Matyukevich @ 2019-07-26 16:39 UTC (permalink / raw)
  To: linux-wireless
  Cc: Johannes Berg, Igor Mitsyanko, Mikhail Karpenko, Sergey Matyukevich

Hi Johannes and all,

This is v4 patch fixing duplicated scan entries after channel switch.

Regards,
Sergey

v1 -> v2
- use IEs of new BSS entry to update known BSS entry
  for this purpose extract BSS update code from cfg80211_bss_update
  into a separate function cfg80211_update_known_bss

v2 -> v3
- minor cleanup according to review comments
- split cfg80211_update_known_bss function into a separate patch
- update channel and location in rb-tree for nontransmit bss entries

v3 -> v4
- rebase on top of the latest mac80211-next tree
- drop RFC tag


Sergey Matyukevich (2):
  cfg80211: refactor cfg80211_bss_update
  cfg80211: fix duplicated scan entries after channel switch

 net/wireless/core.h    |   2 +
 net/wireless/nl80211.c |   2 +-
 net/wireless/scan.c    | 250 +++++++++++++++++++++++++++++++++----------------
 3 files changed, 171 insertions(+), 83 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-26 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 16:39 [PATCH v4 0/2] cfg80211: fix duplicated scan entries after channel switch Sergey Matyukevich
2019-07-26 16:39 ` [PATCH v4 1/2] cfg80211: refactor cfg80211_bss_update Sergey Matyukevich
2019-07-26 16:39 ` [PATCH v4 2/2] cfg80211: fix duplicated scan entries after channel switch Sergey Matyukevich

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).