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
  • include
  • net
  • mac80211.h
Find file BlameHistoryPermalink
  • Johannes Berg's avatar
    mac80211: allow advertising correct maximum aggregate size · 5dd36bc9
    Johannes Berg authored Jan 18, 2011
    
    
    Currently, mac80211 always advertises that it may send
    up to 64 subframes in an aggregate. This is fine, since
    it's the max, but might as well be set to zero instead
    since it doesn't have any information.
    
    However, drivers might have that information, so allow
    them to set a variable giving it, which will then be
    used. The default of zero will be fine since to the
    peer that means we don't know and it will just use its
    own limit for the buffer size.
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    5dd36bc9