From: Michael Buesch Date: Sun, 9 Dec 2007 21:34:59 +0000 (+0100) Subject: b43: Fix ofdmtab write regression X-Git-Tag: v2.6.25-rc1~1162^2~447 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed7fc48eb31e583bb31c2bcfdd3a9c557bad5d0;p=pandora-kernel.git b43: Fix ofdmtab write regression commit f04b3787bbce4567e28069a9ec97dcd804626ac7 introduced a regression for the ofdmtable writing. It incorrectly removed the writing of the high 16bits for a 32bit table write and initialized the direction identifier too late. This patch does also some cleanups to make the code much more readable and adds a few comments, so non rocket scientists are also able to understand what this address caching is all about. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed