From: Sujith Date: Tue, 6 Apr 2010 09:58:13 +0000 (+0530) Subject: ath9k_htc: Fix RX URB reference count X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b10e33f742bb45a29b7dbbc8dc85583d4c9ef6;p=pandora-kernel.git ath9k_htc: Fix RX URB reference count RX URBs are automatically freed when the reference count drops to zero - this currently doesn't happen when usb_kill_anchored_urbs() is called during unload. Fix this by dropping the reference count by one during initial submission. Signed-off-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed