[haiku-commits] Re: r34435 - haiku/trunk/src/add-ons/kernel/drivers/network/wlan/broadcom43xx

  • From: Clemens zeidler <clemens.zeidler@xxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 02 Dec 2009 23:37:12 +0100

Hi Colin,

WLAN driver broadcom43xx links now. Needs to be tested as I don't own the
required hardware (many current Macbooks).

Cool have this card. Will test it next week!

 e) Prepend them with bwi_v3_ and remove the .fw ending.

Here a script to rename the files:
for i in $(ls -1); do newFileName=$(echo $i | sed "s/\(.*\)\.fw$/bwi_v3_\1/g"); mv $i $newFileName ; done

Regards,
        Clemens

Other related posts: