[PATCH] b43: Add N-PHY related initvals firmware filenames.

2008-01-07 Thread Michael Buesch
This adds the initval filenames for the N-PHY firmware. Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- Stuff for 2.6.25 Index: wireless-2.6/drivers/net/wireless/b43/main.c === ---

Re: b43 will need a firmware upgrade soon

2008-01-07 Thread Jörg Sommer
Hallo Hendrik, Hendrik Sattler [EMAIL PROTECTED] wrote: Am Montag 07 Januar 2008 schrieb Michael Buesch: What's the problem with all of this? Other drivers change firmware to incompatible versions on a regular basis. Look at ipw2200. There was a time when they changed the firmware basically

b43 Injection?

2008-01-07 Thread Daniel
Hello, I've started tinkering with a patch for the b43 driver to allow injection. I just wondered if anyone else has done this yet? And if there is some pointers to the differences between bcm43xx and b43 because I'm not finding it that easy so far ;) Cheers, DanBUK.

Re: b43 Injection?

2008-01-07 Thread Daniel Bartlett
Hello Again, I guess what is stumping me at the moment is where the struct ieee80211_tx_control *ctl comes from that is passed to b43_dma/pio_tx comes from? I have grep'ed through b43 / ssb and not come up with where it is initialised. Any pointers? Cheers, DanBUK.

Re: b43 Injection?

2008-01-07 Thread Daniel
Hello Ehud, Sorry I meant each function b43_dma_tx b43_pio_tx. c-box b43 # grep -Hnr b43_dma_tx * dma.c:1201:int b43_dma_tx(struct b43_wldev *dev, c-box b43 # grep -Hnr b43_pio_tx * pio.c:428:int b43_pio_tx(struct b43_wldev *dev, I am trying to convert the injection patch from bcm43xx which