-
Notifications
You must be signed in to change notification settings - Fork 454
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
Add bcm43455c0 xperia z5 compact to Android 7.0 stock #375
Open
sonyvaiopocket
wants to merge
627
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 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
Fix a typo in README.md
…read_shm, wlc_phy_rssi_compute, wlc_recv, wlc_recv_compute_rspec
…ing command to call every available dump function: nexutil -g511 -l1500 -r
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
… and freeing of packets
…stro/firmware-nonfree commit ad23f33
…ing wlc_info struct
…es, ioctl) for firmware version 7.45.234 (4ca95bb CY)
…pported devices list
* Added brcmfmac for kernel 6.6.y * Unload all brcmfmac* modules
…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
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