Skip to content

Commit

Permalink
net/wireless/bcmdhd: correctly handle ciphers
Browse files Browse the repository at this point in the history
Handle ciphers correctly by referring to the following:
  drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
  brcmf_cfg80211_get_key()

Change-Id: I60d2717407981f089b77ce54db0982eec29bcb92
  • Loading branch information
mizo committed Dec 20, 2022
1 parent 855048b commit 79a89fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/bcmdhd/Makefile
Expand Up @@ -41,7 +41,7 @@ DHDCFLAGS = -Wall -Wstrict-prototypes -Wno-date-time \
-DPOWERUP_MAX_RETRY=0 -DIFACE_HANG_FORCE_DEV_CLOSE -DWAIT_DEQUEUE \
-DUSE_NEW_RSPEC_DEFS \
-DWL_EXT_IAPSTA -DWL_ESCAN -DCCODE_LIST \
-DENABLE_INSMOD_NO_POWER_OFF -DDHD_USE_FIRMWARE_CLASS
-DENABLE_INSMOD_NO_POWER_OFF -DDHD_USE_FIRMWARE_CLASS -DWLWSEC

DHDCFLAGS += -DBCM_USE_PLATFORM_STRLCPY

Expand Down

0 comments on commit 79a89fc

Please sign in to comment.