History log of /netbsd/sys/dev/ic/ath.c (Results 1 – 25 of 138)
Revision Date Author Comments
# a1a3edbb 06-Nov-2021 msaitoh <msaitoh@NetBSD.org>

Fix typo in comment. s/notifcation/notification/


# 3bfe9bdb 21-Sep-2021 christos <christos@NetBSD.org>

don't opencode kauth_cred_get()


# a0b1e536 09-Aug-2021 andvar <andvar@NetBSD.org>

fix various typos in compatibility, mainly in comments.


# 66a9e71b 12-Jun-2021 riastradh <riastradh@NetBSD.org>

ath(4): Use config_deactivate; don't abuse autoconf private dv_flags.


# 98c00ab4 13-Apr-2021 mrg <mrg@NetBSD.org>

use correct enum types for various functions.


# 87ce9ae8 16-Nov-2020 msaitoh <msaitoh@NetBSD.org>

s/reseting/resetting/


# 59bcdab6 22-Jul-2020 msaitoh <msaitoh@NetBSD.org>

s/reseting/resetting/


# 6d519543 12-Jun-2020 thorpej <thorpej@NetBSD.org>

pmf-powerdown == false --> pmf-no-powerdown == true


# 22dee55a 29-Jan-2020 thorpej <thorpej@NetBSD.org>

Adopt <net/if_stats.h>.


# 4c8765ad 17-Dec-2019 christos <christos@NetBSD.org>

Protect network ioctls from non-authorized users. (Ilja Van Sprundel)


# 70747dc1 10-Nov-2019 chs <chs@NetBSD.org>

in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.


# f515fb39 28-May-2019 msaitoh <msaitoh@NetBSD.org>

Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.


# 82f881f1 23-May-2019 msaitoh <msaitoh@NetBSD.org>

Whitespace fix (mainly tabify).


# 1656e256 23-May-2019 msaitoh <msaitoh@NetBSD.org>

-No functional change:
- KNF
- u_int*_t -> uint*_t.


# 8517c9d1 26-Jun-2018 msaitoh <msaitoh@NetBSD.org>

Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same
as FreeBSD.

This change also fixes a bug th

Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same
as FreeBSD.

This change also fixes a bug that the direction is misunderstand on some
environment by passing the direction to bpf_mtap*() instead of checking
m->m_pkthdr.rcvif.

show more ...


# 5cac8917 02-Feb-2017 nonaka <nonaka@NetBSD.org>

wlan interfaces make interrupt routine running on softint context.

see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html

tested device:
* ath at pci: AR5212, AR5424
* athn at pci:

wlan interfaces make interrupt routine running on softint context.

see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html

tested device:
* ath at pci: AR5212, AR5424
* athn at pci: AR9287
* ipw at pci: 2100BG
* iwi at pci: 2915ABG
* iwm at pci: 3165, 7260, 8260
* iwn at pci: 4945, 6235
* ral at pci: RT2560
* rtwn at pci: RTL8192CE

show more ...


# 758ba73e 10-Jun-2016 ozaki-r <ozaki-r@NetBSD.org>

Introduce m_set_rcvif and m_reset_rcvif

The API is used to set (or reset) a received interface of a mbuf.
They are counterpart of m_get_rcvif, which will come in another
commit, hide internal of rcv

Introduce m_set_rcvif and m_reset_rcvif

The API is used to set (or reset) a received interface of a mbuf.
They are counterpart of m_get_rcvif, which will come in another
commit, hide internal of rcvif operation, and reduce the diff of
the upcoming change.

No functional change.

show more ...


# 600d59d0 26-May-2016 ozaki-r <ozaki-r@NetBSD.org>

Introduce M_CLEARCTX and use it instead of open-coding rcvif

No functional change.


# bc1e0d1c 26-May-2016 ozaki-r <ozaki-r@NetBSD.org>

Use M_GETCTX

No functional change.


# aa97f163 08-Apr-2016 roy <roy@NetBSD.org>

Revert prior.


# feacf37b 06-Apr-2016 roy <roy@NetBSD.org>

Fix rssi


# 7d1220ac 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# e9a5d088 12-Sep-2013 martin <martin@NetBSD.org>

Remove unused variable


# 4c33dd40 27-Jan-2013 jmcneill <jmcneill@NetBSD.org>

don't transmit while in a key change is in progress


# ff3071b2 08-Nov-2012 dyoung <dyoung@NetBSD.org>

Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#defining
KASSERT(), which is awkward at best.


123456