commit | 27f18dc2dafe66a93c7101fc94201b8c83903597 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Jun 02 02:08:51 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 03 15:01:07 2011 -0400 |
tree | 4600db64c653cfc74d427fc26b7f94ef8fb5db28 | |
parent | 4da909e7b572b561d8150f9d41b04bcfff386222 [diff] |
bcma: read SPROM and extract MAC from it In case of BCMA cards SPROM is located in the ChipCommon core, it is not mapped as separated host window. So far we have met only SPROMs rev 8. SPROM layout seems to be the same as for SSB buses, so we decided to share SPROM struct and some defines. For now we extract MAC address only, this can be improved of course. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>