From: Sujith Date: Tue, 6 Apr 2010 09:58:15 +0000 (+0530) Subject: ath9k_htc: Fix module unloading issue X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c503269a0f77e9b2d6de9e8a5f66ace53dde6e04;p=pandora-kernel.git ath9k_htc: Fix module unloading issue The maximum number of packets in a single buffer in stream mode is 10. The driver currently uses 8 - which caused stack corruption, in the absence of any kind of OOB checking. Fixing this to the correct value of 10 fixes the module unload issue. Signed-off-by: Sujith Tested-by: Ming Lei Signed-off-by: John W. Linville --- Reading git-diff-tree failed