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
/
ar5008.c
Age
Commit message (
Expand
)
Author
2022-12-27
Fix array bounds mismatch with clang 15
Patrick Wildt
2022-04-21
Use memset() to initialize struct ieee80211_rxinfo properly.
Stefan Sperling
2021-10-11
Add support for 40MHz channels to net80211 RA.
Stefan Sperling
2021-10-03
Apparently some athn(4) variants are buggy and may hand us corrupt frames
Mark Kettenis
2021-07-01
Prevent athn(4) from calling ieee80211_find_rxnode() on bad frames.
Stefan Sperling
2021-05-03
work around an athn(4) device problem with bogus Michael MIC failures
Stefan Sperling
2021-04-15
Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.
Stefan Sperling
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-11-11
Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher.
Stefan Sperling
2020-10-11
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Martin Pieuchot
2020-07-13
When athn(4) is deciding how to decrypt an incoming frame, look into the
Stefan Sperling
2020-07-06
Repair athn(4) in client mode against WPA2 access points.
Stefan Sperling
2020-05-23
Fix typo in a comment that originated in wpi(4) and has spread elsewhere.
Stefan Sperling
2020-05-15
Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.
Stefan Sperling
2020-04-30
Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process().
Stefan Sperling
2020-04-27
Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.
Stefan Sperling
2020-02-17
Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution
Claudio Jeker
2020-02-17
Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an
Claudio Jeker
2019-12-20
Make athn(4) use a constant Tx retry rate while MiRA is probing.
Stefan Sperling
2019-09-12
Make wireless drivers call if_input() only once per interrupt.
Stefan Sperling
2019-07-24
Set athn(4) Tx descriptor fields which specify Tx power used for retries.
Stefan Sperling
2019-07-24
Make athn(4) provide full Tx time of each frame in a Tx series to hardware.
Stefan Sperling
2019-02-27
Implement support for dynamic RTS threshold in MiRA.
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-11-28
The athn(4) PCI driver forgot about adding the default noisefloor to
Stefan Sperling
2017-07-17
Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/s
Stefan Sperling
2017-04-26
Tell MiRA about the actual number of retries instead of pretending that
Stefan Sperling
2017-03-08
Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING
Martin Pieuchot
2017-02-01
In athn(4), if multi-rate retry is disabled due to RTS being used, then do
Stefan Sperling
2017-01-30
Stop athn(4) 11n hostap from applying HT protection to non-11n clients.
Stefan Sperling
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
[next]