Skip to content

Commit

Permalink
Update wrapper.c
Browse files Browse the repository at this point in the history
Change pkt_buf_get_skb address from RAM to ROM address, to support all firmware versions.
  • Loading branch information
jlinktu authored Oct 26, 2023
1 parent 73f9a92 commit 98b1a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/common/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ AT(CHIP_VER_BCM43909b0, FW_VER_ALL, 0x646B8)
AT(CHIP_VER_BCM4361b0, FW_VER_13_38_55_1_sta, 0x177954)
AT(CHIP_VER_BCM4366c0, FW_VER_10_10_122_20, 0x205B50)
AT(CHIP_VER_BCM43436b0, FW_VER_ALL, 0x807C48)
AT(CHIP_VER_BCM43439a0, FW_VER_7_95_49_2271bb6, 0x3F94)
AT(CHIP_VER_BCM43439a0, FW_VER_ALL, 0x8928FC)
void *
pkt_buf_get_skb(void *osh, unsigned int len)
RETURN_DUMMY
Expand Down

0 comments on commit 98b1a47

Please sign in to comment.