commit | 472caf8c8a534367be8954dacf7c9e0317bb7e89 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 27 01:50:54 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:08:56 2008 -0800 |
tree | 2c16f2b242658bf6981dc083e54538df8d219e10 | |
parent | 743b84d2fc87cc19ca1c1cd2a821225caba862b0 [diff] |
ipw2200 fix: ->rt_chbitmask is le16 A couple of places forgot cpu_to_le16() in assignments to that field, even though right next to those in other branches of if-else we do it correctly. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>