From: Vasanthakumar Thiagarajan Date: Sat, 21 Jan 2012 09:52:52 +0000 (+0530) Subject: ath6kl: Fix bug in using tid given by addba/delba req events X-Git-Tag: v3.4-rc1~177^2~112^2~357^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdc099109e75359e5de54c56478c06255850741;p=pandora-kernel.git ath6kl: Fix bug in using tid given by addba/delba req events The tid which is given in addba/delba req event is not just tid but also muxed with the assoc id (MSB 4 bits) which can be used to determine the corresponding connected station in softap mode. The actual tid is LSB 4 bits. Using the tid as it is with rx_tid[] would result in OOB or invalid memory access in AP mode. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed