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
/
acx.c
Age
Commit message (
Expand
)
Author
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
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
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-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-06
firmware size for free()
Theo de Raadt
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-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-08
Don't include <sys/types.h>; we already include <sys/param.h>.
Mark Kettenis
2014-09-06
reduce the amount of pci includes
Jonathan Gray
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-03-19
Stop abusing the rcvif pointer to pass wireless nodes down to the
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-03-24
Use ieee80211_set_tim() directly now that it is available.
Claudio Jeker
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-10-27
Implememnt AP side power saving for acx(4). Tested on acx11.
Claudio Jeker
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2009-07-28
timeout_add -> timout_add_msec
Bret Lambert
2009-03-31
On watchdog timeout reset the full chip. Just draining the tx ring is not
Claudio Jeker
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-03-11
Do more error checking in acx(4).
Stefan Sperling
2009-03-09
Do not start printing device info before attachment succeeded.
Stefan Sperling
2009-02-26
If acx_attach() fails, print the reason why it is failing.
Stefan Sperling
2008-11-23
Don't use ifp->if_xname if you can use the sc_dev.dv_xname instead.
Claudio Jeker
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-14
in ieee80211_input(), call if_start() after enqueuing frames in if_snd
Damien Bergamini
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-06-22
Update watchdog timer code from DragonFly.
Brad Smith
2008-06-01
Use 1Mbits/s as beacon sending rate; it seems to fix TX performance issue
Brad Smith
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2008-03-13
Do not increment the input packet counter in these drivers as
Brad Smith
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-10-14
Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates()
Marcus Glocker
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.
Kenneth R Westerback
2007-08-28
unify firmware load failure messages; ok mglocker
Theo de Raadt
2007-08-05
Don't use ieee80211_beacon_alloc() in acx_set_probe_resp_tmplt() use
Claudio Jeker
2007-07-18
replace the ieee80211_wepkey structure with a more generic ieee80211_key
Damien Bergamini
2007-05-03
Add monitor mode. Add fast channel switching. Do some simplifications
Marcus Glocker
2007-04-11
Remove debug leftovers to make console output quite again in hostap mode.
Marcus Glocker
2007-04-11
As probe response mgmt frames are already handled by the firmware, ignore
Marcus Glocker
2007-04-03
Really drop data packets if the station is not associated. It does not
Claudio Jeker
2007-03-29
Fix a scary bug when setting up the HW dma structure. Use a 2byte bus_space
Claudio Jeker
2007-03-19
Only call bus_dmamap_unload() if we loaded a dmamap beforehand. Found out
Claudio Jeker
[next]