From: Emmanuel Grumbach Date: Tue, 29 Jun 2010 18:29:49 +0000 (-0700) Subject: iwlagn: fix the bit mask of a FH register in stop Tx DMA flow X-Git-Tag: v2.6.36-rc1~571^2~107^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9726f347f82b0ce802530deb00ee2dde369e1d2f;p=pandora-kernel.git iwlagn: fix the bit mask of a FH register in stop Tx DMA flow When we stop the Tx DMA channels, we poll bits 16:31 in FH_TSSR_RX_STATUS_REG. From 4965 and up, only the bits 16:26 are legal. Bits 27:31 are not used and are always unset. Polling them will lead to fail on timeout but since the timeout is quite small, the stall was not felt. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed