Skip to content
  • Nikolay Martynov's avatar
    mac80211: split addba retries in time · 84381b4e
    Nikolay Martynov authored
    
    
      Currently code allows three (HT_AGG_MAX_RETRIES) unanswered addba
    requests. When this limit is reached aggregation is turned off for
    given TID permanently. This doesn't seem right: three requests is
    not that much, some 'blackout' can happen, but effect of it affects
    whole connection indefinitely.
      This patch increases number of retries to 15. Also, when there have
    been 3 or more retries it splits further retries apart by 15 seconds
    instead of sending them in very short period of time.
    
    Signed-off-by: default avatarNikolay Martynov <mar.kolya@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    84381b4e