mbox series

[0/2] Fix WPA3 problems with b43 and b43_legacy

Message ID 20200526155909.5807-1-Larry.Finger@lwfinger.net (mailing list archive)
Headers show
Series Fix WPA3 problems with b43 and b43_legacy | expand

Message

Larry Finger May 26, 2020, 3:59 p.m. UTC
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(-)