bcm4358: new dma functions in wrapper.c and new structs in firmwares/… #99
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.
…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]