Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • net
  • wireless
  • b43
  • b43.h
Find file BlameHistoryPermalink
  • Albert Herranz's avatar
    b43: do not stack-allocate pio rx/tx header and tail buffers · 7e937c63
    Albert Herranz authored Oct 07, 2009
    
    
    The DMA-API debugging facility complains about b43 mapping memory from
    stack for SDIO-based cards.
    
    Indeed, b43 currently allocates the PIO RX/TX header and tail buffers
    from stack. The solution here is to use heap-allocated buffers instead.
    
    Signed-off-by: default avatarAlbert Herranz <albert_herranz@yahoo.es>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    7e937c63