Hi wireless,
I am trying to get spectral scan working on the AR9462 in my acer c720.
As per:
http://freebsd.1045724.x6.nabble.com/spectral-scan-now-works-on-ar93xx-and-later-chips-td6057123.html
I built a kernel with:
options ATH_ENABLE_RADIOTAP_VENDOR_EXT
options ATH_DIAGAPI
Bas
To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
hi,
https://reviews.freebsd.org/D9195
This is an initial patch to allow drivers to handle sequence number
allocation. This is important for higher throughput because it
eliminates the need for the TX serialisation lock in net80211 for
those drivers.
It's only done for ath(4) right now.
I'd appr