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

  • From: Colin Günther <coling@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 03 Dec 2009 01:45:35 +0100

Clemens zeidler schrieb:
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
Thx. worked flawlessly here :)

Regards,
    Clemens

-Colin

Other related posts: