From: Larry Finger Date: Wed, 14 Mar 2007 20:06:22 +0000 (-0500) Subject: [PATCH] bcm43xx:Eliminate some 'G Mode Enable' magic numbers X-Git-Tag: v2.6.22-rc1~1110^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa93c85d09295dcb269fc1a0690d9ddfb58f46cc;p=pandora-kernel.git [PATCH] bcm43xx:Eliminate some 'G Mode Enable' magic numbers In code manipulating the TM State Low register of 802.11 cores, two different magic numbers are used to reference the 'G Mode Enable' bit. One of these, 0x20000000, is clear, but the other, (0x800 << 18), is not. This patch replaces both types with a defined constant. In addition, two bits in the TM State High registers are given definitions to help in following the code. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed