Cc: <bcm43xx-dev@...>, Simon Holm <odie@...>, Daniel Walker <dwalker@...>, <akpm@...>, Ray Lee <ray-lk@...>, <matthias.kaehlcke@...>, <linux-kernel@...>, <linux@...>, <kjwinchester@...>, <jonathan@...>, Ingo Molnar <mingo@...>
On Saturday 15 December 2007 01:51:47 Rafael J. Wysocki wrote:
version 4 is the new firmware released by broadcom. They obviously won't
support and write any version 3 firmware anymore. So we are forced to
switch to version 4 firmware to support the newest hardware (like N-PHY
in the future). It's really as simple as that.
The difference between v3 and v4 is basically the driver API. It changed
a lot and it is nontrivial to support both v3 and v4 in one driver.
So we decided to stay with v3 for legacy devices and take v4 for any newer
devices. We have to live with that crap until someone comes up
with an opensource firmware. :)
--
Greetings Michael.
--