index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ar9003.c
Age
Commit message (
Expand
)
Author
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-10-11
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Martin Pieuchot
2020-02-17
Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().
Claudio Jeker
2019-09-12
Make wireless drivers call if_input() only once per interrupt.
Stefan Sperling
2019-02-19
Fix a cosmetic issue in athn(4)'s bpf(4) tap.
Stefan Sperling
2019-02-01
Complete athn(4) noisefloor calibration code and enable it.
Stefan Sperling
2017-05-19
Make monitor work with athn(4) on my 3T3R AR9380 device.
Stefan Sperling
2017-03-08
Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING
Martin Pieuchot
2017-01-30
Prevent athn(4) from using RTS for non-data frames.
Stefan Sperling
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-12
Finish initial 11n support for athn(4).
Stefan Sperling
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-10-08
Add comments explaining why athn(4) disables multi-rate retries with RTS.
Stefan Sperling
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
Martin Pieuchot
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-06-11
Replace all ovbcopy with memmove; swap the src and dst arguments too
Theo de Raadt
2012-10-20
Fix hardware kill switch detection for the ar9300 chip family. The driver was
Stefan Sperling
2012-10-04
Clean up uninitialized warnings from ar9003.
Christiano F. Haesbaert
2012-08-25
Add support for power saving in Host AP mode.
Mark Kettenis
2011-01-01
more AR9380/AR9485 bits.
Damien Bergamini
2011-01-01
add code to read OTPROM on the AR9485
Damien Bergamini
2010-12-31
limit the number of Tx chains used on some 3-stream AR9380 chips
Damien Bergamini
2010-12-31
Make the athn(4) back-end more bus agnostic by moving read and write
Damien Bergamini
2010-11-10
Several updates for the Osprey (AR9380):
Damien Bergamini
2010-08-18
fix a test that prevents division by zero
Damien Bergamini
2010-06-22
cleanup/fix PA predistortion code.
Damien Bergamini
2010-06-21
Implement PA linearization on adapters with digital predistorters
Damien Bergamini
2010-06-21
allow Tx flags to be passed to the tx() routine.
Damien Bergamini
2010-06-21
no delay is necessary on the AR9003 after writing an analog register.
Damien Bergamini
2010-06-05
- fix athn_set_key() on big-endian machines (function is not used yet)
Damien Bergamini
2010-05-16
cleanup hardware key cache management (not used yet)
Damien Bergamini
2010-05-16
sync DPRINTF with ar5008
Damien Bergamini
2010-05-16
cleanup calibration bits (not everything is enabled yet.)
Damien Bergamini
2010-05-16
initial Host AP bits.
Damien Bergamini
2010-05-16
small ar9003_rx_process fixes.
Damien Bergamini
2010-05-16
return early in {ar5008,ar9003}_rx_free if buffers have not been
Damien Bergamini
2010-05-12
do not unlink the Tx buffer from our global list until we're sure
Damien Bergamini
2010-05-11
enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says the
Damien Bergamini
2010-05-11
always reset the Tx status descriptor before leaving ar9003_tx_process().
Damien Bergamini
[next]