Skip to content
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

bcm4358: new dma functions in wrapper.c and new structs in firmwares/… #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rdlgrmpf
Copy link
Contributor

…bcm4358/structs.common.h

had to fiddle with dma_rxfill, because on bcm43438 it returns int, while it returns void on other firmwares. -> split it up. Hope that is ok:

AT(CHIP_VER_BCM4358, FW_VER_ALL, 0x18B6FC)
AT(CHIP_VER_BCM4339, FW_VER_ALL, 0x8c6cc)
void
dma_rxfill(struct hnddma_pub *dmah)
VOID_DUMMY

AT(CHIP_VER_BCM43438, FW_VER_7_45_41_26_r640327, 0x5070)
int
dma_rxfill_bcm43438(struct hnddma_pub *dmah)
RETURN_DUMMY

Signed-off-by: Robin Morawetz [email protected]

…bcm4358/structs.common.h

Signed-off-by: Robin Morawetz <[email protected]>
@dariotrombello
Copy link
Contributor

Good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants