All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix WPA3 problems with b43 and b43_legacy
@ 2020-05-26 15:59 Larry Finger
  2020-05-26 15:59 ` [PATCH 1/2] b43: Fix connection problem with WPA3 Larry Finger
  2020-05-26 15:59 ` [PATCH 2/2] b43_legacy: " Larry Finger
  0 siblings, 2 replies; 9+ messages in thread
From: Larry Finger @ 2020-05-26 15:59 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Larry Finger, Rui Salvaterra

Neither of these two drivers handle MFP in their hardware encryption,
thus they need to use the software version built into mac80211.
Unfortunately, neither of them sent MFP_CAPABLE as part of their
capabilities.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Larry Finger (2):
  b43: Fix connection problem with WPA3
  b43_legacy: Fix connection problem with WPA3

 drivers/net/wireless/broadcom/b43/main.c       | 2 +-
 drivers/net/wireless/broadcom/b43legacy/main.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-05-29 17:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 15:59 [PATCH 0/2] Fix WPA3 problems with b43 and b43_legacy Larry Finger
2020-05-26 15:59 ` [PATCH 1/2] b43: Fix connection problem with WPA3 Larry Finger
2020-05-27 12:38   ` Kalle Valo
2020-05-27 16:58   ` Sasha Levin
2020-05-29 17:14   ` Kalle Valo
2020-05-26 15:59 ` [PATCH 2/2] b43_legacy: " Larry Finger
2020-05-27 12:39   ` Kalle Valo
2020-05-27 14:57     ` Larry Finger
2020-05-27 16:57   ` Sasha Levin

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.