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
/
ath.c
Age
Commit message (
Expand
)
Author
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
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-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-10
Show eeprom version of ath devices in dmesg; ok reyk
Stefan Sperling
2014-03-19
Stop abusing the rcvif pointer to pass wireless nodes down to the
Martin Pieuchot
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-11-21
Remove unneeded include.
Martin Pieuchot
2012-10-17
AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSD
Jonathan Gray
2012-01-29
Fix another instance of the 11a->11b switch panic (see previous commit).
Stefan Sperling
2012-01-28
Don't panic when switching an ath interface in hostap mode from 11a to 11b.
Stefan Sperling
2011-10-14
Make ath(4) send multicast frames once, not multiple times.
Stefan Sperling
2011-04-17
Don't increase if_oerrors for every multicast frame leaving the interface.
Stefan Sperling
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-08-27
Get rid of the clumsy pci_activate function and do this job inside ath.c
Theo de Raadt
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-08-27
kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber
Theo de Raadt
2010-08-04
on resume: calling sc_power after ath_init() is silly. ath_init()
Theo de Raadt
2010-07-02
cleanup and remove some #ifdef junk in the power hooks.
Reyk Floeter
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2009-07-31
timeout_add -> timeout_add_msec
Bret Lambert
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-09-01
Switch ath(4) to softcrypto to enable support for WPA/WPA2.
Reyk Floeter
2008-08-29
add support for software crypto to allow WPA/WPA2/RSN. it is disabled
Reyk Floeter
2008-08-27
add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD.
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-25
two spelling fixes from Anathae Townsend;
Jason McIntyre
2008-08-14
in ieee80211_input(), call if_start() after enqueuing frames in if_snd
Damien Bergamini
2008-07-30
spacing
Reyk Floeter
2008-07-29
- fix FIFO overruns on PCI-E chipsets by setting the DMA size
Reyk Floeter
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2007-10-13
remove unneeded declarations that shadows existing vars; ok by many.
Federico G. Schwindt
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.
Kenneth R Westerback
2007-09-18
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-07-18
replace the ieee80211_wepkey structure with a more generic ieee80211_key
Damien Bergamini
2007-06-16
constify
Damien Bergamini
2007-06-06
the copyright holder changed the license from "dual bsd/gpl" to be
Reyk Floeter
2007-05-09
remove the internal wrapper functions for ieee80211_mhz2ieee and
Reyk Floeter
2007-04-13
The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same
Reyk Floeter
[next]