Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • 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
  • rt2x00
  • rt2x00queue.h
Find file BlameHistoryPermalink
  • Helmut Schaa's avatar
    rt2x00: Fix tx aggregation problems with some clients · f16d2db7
    Helmut Schaa authored Mar 28, 2011
    
    
    Some clients seem to rely upon the reception of BlockAckReqs to flush
    their rx reorder buffer. In order to fix aggregation for these clients
    rt2x00 should send a BlockAckReq if the transmission of an AMPDU
    subframe fails.
    
    Introduce a new flag TXDONE_AMPDU to indicate that this is an AMPDU
    subframe and pass IEEE80211_TX_STAT_AMPDU_NO_BACK to mac80211 if an
    AMPDU subframe failed during transmission.
    
    This fixes aggregation problems with Intel 5100 Windows STAs (and maybe
    others as well).
    Signed-off-by: default avatarHelmut Schaa <helmut.schaa@googlemail.com>
    Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    f16d2db7

Replace rt2x00queue.h

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.