• Kalle Valo's avatar
    wl12xx: cmd and acx interface rework · ff25839b
    Kalle Valo authored
    Rework cmd and acx interfaces, it was just too confusing earlier. Now
    all commands need to contain all the needed headers, either just cmd
    headers or both cmd and acx headers. This accomplish to remove the
    extra copy done for each command. The interfaces are now properly
    documented as well.
    
    Also try to make all commands safe for DMA transfers. I might have missed
    some, but most of them should be fixed now.
    
    And this is not all! As a free bonus you will also get some cosmetic
    cleanups and code reorganisation. Order today!
    Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    ff25839b
cmd.c 9.46 KB