Skip to content
  • Michael Buesch's avatar
    b43: Remove PIO support · 03b29773
    Michael Buesch authored
    
    
    Remove b43 PIO support.
    DMA works well on all supported devices. There's no reason to use PIO.
    Additionally, new devices don't support PIO in hardware anymore.
    b43 PIO support is dead and unused code.
    
    After applying this patch please do
    git rm drivers/net/wireless/b43/pio.h
    git rm drivers/net/wireless/b43/pio.c
    to remove the main PIO support code.
    
    Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    03b29773