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 is found here:
http://atros.org/bcm43xx-injection-linux-2.6.22.patch

The issue is the newer b43 is using mac80211 therefore has more 
surrounding it, which I am not finding well docuemented. I have started 
reading http://johannes.sipsolutions.net/files/mac80211/ but it's not 
complete.

I am now thinking that it might be possible to use b43_pio_txpacket and 
possibly dma_tx_fragment

Cheers,

Dan.
_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to