[Bcm43xx-dev] Patch for softmac association code

2006-01-02 Thread Matteo Frigo
The ieee80211softmac_frame_add_rates() routine is incorrect, and produces malformed packets when there are no OFDM rates. The patch below fixes this oversight. patch Description: Binary data

[Bcm43xx-dev] bcm43xx_phy_connect() and rev 5

2006-01-02 Thread Matteo Frigo
The function bcm43xx_phy_connect() does nothing when rev 5, in particular it leaves bcm-current_core-phy-connected set to 0, which disables the power control mechanism. The patch below sets bcm-current_core-phy-connected = 1. I am not sure whether this patch is right, but it enables the txpower

[Bcm43xx-dev] wrong output of ``iwlist eth1 channel''

2006-01-02 Thread Matteo Frigo
The frequencies shown by ``iwlist eth1 channel'' are off by a factor of 10. Patch attached. Cheers, Matteo Frigo patch Description: Binary data

[Bcm43xx-dev] handle_irq_transmit_status() never called on iBook, Airport Extreme

2006-01-01 Thread Matteo Frigo
on their system, so that I can try to further diagnose the problem. Cheers, Matteo Frigo ___ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de http://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Re: [Bcm43xx-dev] handle_irq_transmit_status() never called on iBook, Airport Extreme

2006-01-01 Thread Matteo Frigo
This patch seems to do the trick. I am ignoring the bcm43xx_rx_transmitstatus() mechanism and calling bcm43xx_dma_handle_xmitstatus() directly. patch Description: Binary data