Skip to content

Commit d65c704

Browse files
marcanjannau
authored andcommitted
[brcmfmac] Support new join parameter structure versions
To support new join parameter versions, we move to using a function pointer structure that knows how to deal with the different versions of structures Drive-by fix: Always count the assoc_params length even if no bssid is provided. It doesn't make sense to truncate it off, since we need to set the bssid to the broadcast addr anyway in that case. Signed-off-by: Hector Martin <marcan@marcan.st> Signed-off-by: Daniel Berlin <dberlin@dberlin.org>
1 parent 1d84867 commit d65c704

9 files changed

Lines changed: 629 additions & 204 deletions

File tree

drivers/net/wireless/broadcom/brcm80211/brcmfmac/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ brcmfmac-objs += \
2525
btcoex.o \
2626
vendor.o \
2727
pno.o \
28+
join_param.o \
2829
scan_param.o \
2930
xtlv.o
3031

0 commit comments

Comments
 (0)