linux/drivers/staging/vt6656
Malcolm Priestley 0b59f10b1d staging: vt6656: Fix pairwise key entry save.
The problem is that the group key was saved as VNT_KEY_DEFAULTKEY
was over written by the VNT_KEY_GROUP_ADDRESS index.

mac80211 could not clear the mac_addr in the default key.

The VNT_KEY_DEFAULTKEY is not necesscary so remove it and set as
VNT_KEY_GROUP_ADDRESS.

mac80211 can clear any key using vnt_mac_disable_keyentry.

Fixes: f9ef05ce13 ("staging: vt6656: Fix pairwise key for non station modes")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Link: https://lore.kernel.org/r/da2f7e7f-1658-1320-6eee-0f55770ca391@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-23 13:44:32 +02:00
..
baseband.c staging: vt6656: Use DIV_ROUND_UP macro instead of specific code 2020-03-27 10:05:52 +01:00
baseband.h staging: vt6656: avoid discarding called function's return code 2019-05-21 08:25:03 +02:00
card.c staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functions 2020-03-21 11:03:16 +01:00
card.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00
channel.c
channel.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00
desc.h staging: vt6656: Use BIT() macro instead of hex value 2020-03-21 10:58:16 +01:00
device.h staging: vt6656: Use BIT() macro instead of hex value 2020-03-21 10:58:16 +01:00
firmware.c staging: vt6656: Remove memory buffer from vnt_download_firmware. 2020-01-22 09:52:39 +01:00
firmware.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00
Kconfig staging: vt665*: use help instead of ---help--- in Kconfig 2019-05-20 10:49:08 +02:00
key.c staging: vt6656: Fix pairwise key entry save. 2020-04-23 13:44:32 +02:00
key.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00
mac.c staging: vt6656: avoid discarding called function's return code 2019-05-21 08:25:03 +02:00
mac.h staging: vt6656: Use BIT() macro instead of hex value 2020-03-21 10:58:16 +01:00
main_usb.c staging: vt6656: Fix pairwise key entry save. 2020-04-23 13:44:32 +02:00
Makefile staging: vt6656: Move vnt_rx_data to usbpipe.c 2020-03-04 07:54:09 +01:00
power.c
power.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00
rf.c staging: vt6656: avoid discarding called function's return code 2019-05-21 08:25:03 +02:00
rf.h staging: vt6656: avoid discarding called function's return code 2019-05-21 08:25:03 +02:00
rxtx.c staging: vt6656: Remove STATUS enums from TX path 2020-03-04 07:52:31 +01:00
rxtx.h staging: vt6656: remove blank line 2020-03-10 10:15:21 +01:00
TODO
usbpipe.c staging: vt6656: Power save stop wake_up_count wrap around. 2020-04-16 13:45:15 +02:00
usbpipe.h staging: vt6656: Delete int.c/h file and move functions to usbpipe 2020-03-04 07:52:32 +01:00
wcmd.c staging: vt6656: set usb_set_intfdata on driver fail. 2020-01-03 11:46:59 +01:00
wcmd.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00