From: Vasanthakumar Thiagarajan Date: Tue, 9 Jun 2009 08:41:46 +0000 (+0530) Subject: mac80211: Fix the way ADDBA request count being modified X-Git-Tag: v2.6.31-rc1~330^2~64^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736708bd04b7a8941fddda32211982cab5d14431;p=pandora-kernel.git mac80211: Fix the way ADDBA request count being modified addba_req_num[tid] is supposed to have the count of consecutive addba request attempts on 'tid' which failed. This count is checked against a retry threshold (3 times) before starting the addba negotiation. This patch fixes the way this addba count is incremented/reset and thereby avoids indefinite addba attempts. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: John W. Linville --- Reading git-diff-tree failed