Skip to content

Commit

Permalink
Added crash workaround for bcm43455c0 (7.45.189)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSchottky committed Jul 31, 2019
1 parent 89c3464 commit 17cc198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions patches/bcm43455c0/7_45_189/nexmon/src/monitormode.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,7 @@ wl_monitor_hook(struct wl_info *wl, struct wl_rxsts *sts, struct sk_buff *p) {
__attribute__((at(0x1a6928, "", CHIP_VER_BCM43455c0, FW_VER_7_45_154)))
__attribute__((at(0x1AB4F0, "", CHIP_VER_BCM43455c0, FW_VER_7_45_189)))
BLPatch(wl_monitor_hook, wl_monitor_hook);

//Temporary fix to ignore A-MSDU frames
__attribute__((at(0x1B6B02, "", CHIP_VER_BCM43455c0, FW_VER_7_45_189)))
BPatch(wlc_monitor_amsdu_patch, 0x1B6B1E);

0 comments on commit 17cc198

Please sign in to comment.