Skip to content
GitLab
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
  • net
  • mac80211
  • ieee80211_i.h
Find file BlameHistoryPermalink
  • Ron Rindjunsky's avatar
    mac80211: A-MPDU Rx adding basic functionality · 07db2183
    Ron Rindjunsky authored Dec 25, 2007
    
    
    This patch adds the basic needed abilities and functions for A-MPDU Rx session
    changed functions:
     - ieee80211_sta_process_addba_request - Rx A-MPDU initialization enabled
     - ieee80211_stop - stops all A-MPDU Rx in case interface goes down
    added functions:
     - ieee80211_send_delba - used for sending out Del BA in A-MPDU sessions
     - ieee80211_sta_stop_rx_BA_session - stopping Rx A-MPDU session
     - sta_rx_agg_session_timer_expired - stops A-MPDU Rx use if load is too
    low
    
    Signed-off-by: default avatarRon Rindjunsky <ron.rindjunsky@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    07db2183