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
/
usb
/
if_athn_usb.c
Age
Commit message (
Expand
)
Author
2019-11-25
Convert to tsleep_nsec(9) and use the correct timeout period in msec.
Martin Pieuchot
2019-11-12
Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).
Martin Pieuchot
2019-09-12
Make wireless drivers call if_input() only once per interrupt.
Stefan Sperling
2018-12-06
Avoid unnecessary dynamic memory allocation in athn_usb_newauth().
Stefan Sperling
2018-09-06
fix whitespace
Jonathan Gray
2018-02-05
claim copyright
Stefan Sperling
2018-02-05
Move athn(4) USB devices to the open source atk9k HTC firmware.
Stefan Sperling
2017-10-26
Move common code to add/remove multicast filters to ieee80211_ioctl(9).
Martin Pieuchot
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-03-26
Add sizes to various free(9) calls. Fixing the simpler ones first.
Theo de Raadt
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
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
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-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-07-09
Revert previous, doesn't fix anything. I managed to reproduce
Stefan Sperling
2015-07-09
Allow more time for USB athn(4) firmware boot. It seems people on daemonforums
Stefan Sperling
2015-06-12
Only match devices with a valid configuration.
Martin Pieuchot
2015-03-02
Remove stray ')' from athn(4) "firmware command timed out" error message.
Stefan Sperling
2015-03-02
athn(4) USB drops received frames larger than MCLBYTES.
Stefan Sperling
2015-03-02
Fix re-associations with athn(4) USB devices in station mode.
Stefan Sperling
2015-03-02
Rework ath(4) USB firmware command handling.
Stefan Sperling
2015-03-02
Fix scanning with athn(4) USB devices.
Stefan Sperling
2015-03-02
In athn(4), set USB pipe pointers to NULL after closing pipes. Not really
Stefan Sperling
2015-03-02
Teach athn(4) about USB reference counting to prevent it from causing major
Stefan Sperling
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-10-31
atheros ub94 support, from Matt Markfort
Ted Unangst
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
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-06-11
Replace more ovbcopy with memmove; swap the src and dst arguments too
Theo de Raadt
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-04-12
Instead of using a wrapper around usbd_transfer() when submitting a
Martin Pieuchot
2013-04-05
Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL
Brad Smith
2013-03-28
removed unneccessary .h file
Theo de Raadt
2013-01-14
Fix the sotfware.
Joel Sing
2013-01-14
Call the correct callback on node disassociation.
Joel Sing
2012-11-12
protect rxeof path with an splnet; ok kettenis
Mike Belopuhov
2012-11-10
add a flag indicating whether shared code was initialized so that we
Mike Belopuhov
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2011-01-08
reserve one xfer for beacons during init.
Damien Bergamini
[next]