802.11n support for the ath(4) NICs

| Driver | HAL | Supported Hardware | 802.11n support |

Overview

The driver in FreeBSD-HEAD supports 802.11n TX and RX. It is still under active development and is suitable for local testing. It is not yet production ready.

The 802.11n support is for station and hostap mode. Adhoc, Mesh, TDMA, etc are not currently supported.

Current Development

The details can be found on the development page: AdrianChadd/AtherosTxAgg.

Hardware

The following NICs are supported for 802.11n operation:

How to use it

"ifconfig -v wlan0 list channel" should show 802.11n channels "ht".

In station mode, it will negotiate 802.11n as required.

In hostap mode, 802.11n can be specified in the channel configuration:

  # ifconfig wlan0 channel 6:ht/40

Caveats

  wpa_pairwise=CCMP

Known issues

Reporting issues

Please report issues to freebsd-wireless@freebsd.org . Please keep in mind that AdrianChadd won't help unless:

dev/ath(4)/80211n (last edited 2012-04-08 23:10:58 by AdrianChadd)