-
Notifications
You must be signed in to change notification settings - Fork 471
Add bcm43455c0 xperia z5 compact to Android 7.0 stock #375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sonyvaiopocket
wants to merge
638
commits into
brcmfmac_kernel410
Choose a base branch
from
master
base: brcmfmac_kernel410
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added crash workaround for bcm43455c0 (7.45.189) Thank you very much for your efforts ;-)
…omment the following lines: __attribute__((at(0x1B6B02, , CHIP_VER_BCM43455c0, FW_VER_7_45_189))) BPatch(wlc_monitor_amsdu_patch, 0x1B6B1E); The patch will check the size of a frame before pushing the frame beginnen to add a header. If there is not enough space an error will be printed and the frame will be ignored. To have enough space for AMSDU frames, the size when allocating a new duplicated buffer in the wlc_monitor_amsdu function is increased. This could result in a buffer size that is too large to be supported which we might need to check next. Patch is currently untested.
Added brcmfmac_4.14.y-nexmon for FW >=7.45.154
…RT-AC86U firmware version 3.0.0.4.384.81049)
…, base for nexmon_csi patch (see nexmon.org/csi)
Execute Disable protection prevents the nexmon functions from executing, so for now, disable that
…s ROG Rapture GT-AXE11000 (version 3.0.0.4.388_23801)
… RT-AX82U v2 (version 3.0.0.4.388_24232)
…RT-AX88U (version 3.0.0.4.388_24198)
…s RT-AX86U (version 3.0.0.4.388_24231)
…, wlc_doioctl, and wlc_bmac_process_ucode_sr
…801046) with ucode compression and ioctl handler
…08804) of the Asus RT-AX82U V2 with ucode compression, hybrid firmware image support, and ioctl handler
…6515) of the Asus RT-AX88U with ucode compression and ioctl handler
…801046) of the Asus RT-AX86U with ucode compression and ioctl handler
…elease2) from Google Pixel 8 Pro
…dresses to ROM addresses, adding some 24.67101.26.10 (r1048778) function addresses
…048778) with ucode compression, flashpatches and ioctl handler
…se) from Samsung Galaxy S21 Ultra 5G (G998BXXSBGXDH)
…3684c0 to wrapper.c
…1050079 c1 release) with ucode compression and ioctl handler
…ng (#647) - changed FP_CONFIG_END_PTR_2 and FP_CONFIG_BASE_PTR_2 to correct values - added HNDRTE_RECLAIM_0_END_PTR and WLC_UCODE_WRITE_BL_HOOK_ADDR to definitions.mk
…er instead of allocating a new one
…ease2) from Google Pixel 8 (AP2A.240805.005)
…lease2) from Google Pixel 8 (BP1A.250305.019)
…ease2) from Google Pixel 9 (BP1A.250505.005)
…c1, bcm4398d0, and bcm4390b1
….47 (wlan=r1084320 b1 release2)
* bcm4375b1: added firmware 18.41.117 STA (FWID=01-1b4772fd) * bcm4375b1: update FP_CONFIG_ORIGEND in definitions.mk for firmware version 18.41.117 --------- Co-authored-by: Jakob Link <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please master, add bcm43455c0 xperia z5 compact to android 7.0 ? I hope you can help me