commit | 61cb5dd6d1c81fbb5629f60db4e2a7faa7124b7a | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Mon Jan 21 19:55:09 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:46 2008 -0800 |
tree | 5f0d0c7f1e7830a8149c94012feb80c160cb0b6d | |
parent | 71ebb4aac87e4a1504a155084d658d0a92ac63fb [diff] |
b43: Fix firmware caching We must also store the ID string (filename) for the cached firmware blobs and verify that we really have the right firmware cached before using it. If we don't have the right fw cached, we must free it and request the correct blobs. This fixes bandswitch on A/B/G multi-PHY devices. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>