2011-05-17 07:12:11

by Sujith

[permalink] [raw]
Subject: [PATCH 0/8] ath9k_htc patches

Hi,

This series fixes a few issues with BSSID handling and removes
unused stuff in both the firmware and the host driver.

The required firmware version is now 1.3 and the new firmware will
be uploaded to http://wireless.kernel.org/download/htc_fw/ once Luis
comes out of his slumber.

For the record, the FW Changelog for v1.3 is:

* Remove unused PHY modes (TURBO etc.)
* Remove unused MIMO PS code.
* Cleanup node flags.
* Remove FastFrame code.
* Fix various bugs in management frame transmission.
* Fix duration calculation.
* Fix packet type calculation.
* Enable CAB queue for UB94/95.
* Fix sequence number assignment.
* Remove vendor-specific hacks.
* Add TX completion for multicast packets.
* Various code cleanups.
* Reduce credit size for UB94/95 to 45.

Sujith

Sujith Manoharan (8):
ath9k_htc: Fix mode selection
ath9k_htc: Fix station flags
ath9k_htc: Recalculate the BSSID mask on interface removal
ath9k_htc: Fix RX filter calculation
ath9k_htc: Fix BSSID calculation
ath9k_htc: Fix max subframe handling
ath9k_htc: Change credit limit for UB94/95
ath9k_htc: Fix packet timeout

drivers/net/wireless/ath/ath9k/hif_usb.h | 2 +-
drivers/net/wireless/ath/ath9k/htc.h | 23 ++------
drivers/net/wireless/ath/ath9k/htc_drv_init.c | 7 +--
drivers/net/wireless/ath/ath9k/htc_drv_main.c | 77 ++++++++++++++++---------
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 4 +
5 files changed, 61 insertions(+), 52 deletions(-)

--
1.7.5.1



2011-05-17 07:19:20

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH 0/8] ath9k_htc patches

On Tue, May 17, 2011 at 12:10 AM, Sujith <[email protected]> wrote:
> The required firmware version is now 1.3 and the new firmware will
> be uploaded to http://wireless.kernel.org/download/htc_fw/ once Luis
> comes out of his slumber.

*Yawn*

OK its up.

Luis

2011-05-17 07:23:09

by Sujith

[permalink] [raw]
Subject: Re: [PATCH 0/8] ath9k_htc patches

Luis R. Rodriguez wrote:
> On Tue, May 17, 2011 at 12:10 AM, Sujith <[email protected]> wrote:
> > The required firmware version is now 1.3 and the new firmware will
> > be uploaded to http://wireless.kernel.org/download/htc_fw/ once Luis
> > comes out of his slumber.
>
> *Yawn*
>
> OK its up.

That was fast, thanks. :)

Sujith