summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_athn_usb.c
AgeCommit message (Expand)Author
2019-11-25Convert to tsleep_nsec(9) and use the correct timeout period in msec.Martin Pieuchot
2019-11-12Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).Martin Pieuchot
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2018-12-06Avoid unnecessary dynamic memory allocation in athn_usb_newauth().Stefan Sperling
2018-09-06fix whitespaceJonathan Gray
2018-02-05claim copyrightStefan Sperling
2018-02-05Move athn(4) USB devices to the open source atk9k HTC firmware.Stefan Sperling
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-03-26Add sizes to various free(9) calls. Fixing the simpler ones first.Theo de Raadt
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-12Finish initial 11n support for athn(4).Stefan Sperling
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-07-09Revert previous, doesn't fix anything. I managed to reproduceStefan Sperling
2015-07-09Allow more time for USB athn(4) firmware boot. It seems people on daemonforumsStefan Sperling
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-03-02Remove stray ')' from athn(4) "firmware command timed out" error message.Stefan Sperling
2015-03-02athn(4) USB drops received frames larger than MCLBYTES.Stefan Sperling
2015-03-02Fix re-associations with athn(4) USB devices in station mode.Stefan Sperling
2015-03-02Rework ath(4) USB firmware command handling.Stefan Sperling
2015-03-02Fix scanning with athn(4) USB devices.Stefan Sperling
2015-03-02In athn(4), set USB pipe pointers to NULL after closing pipes. Not reallyStefan Sperling
2015-03-02Teach athn(4) about USB reference counting to prevent it from causing majorStefan Sperling
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-10-31atheros ub94 support, from Matt MarkfortTed Unangst
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-06-11Replace more ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-12Instead of using a wrapper around usbd_transfer() when submitting aMartin Pieuchot
2013-04-05Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNELBrad Smith
2013-03-28removed unneccessary .h fileTheo de Raadt
2013-01-14Fix the sotfware.Joel Sing
2013-01-14Call the correct callback on node disassociation.Joel Sing
2012-11-12protect rxeof path with an splnet; ok kettenisMike Belopuhov
2012-11-10add a flag indicating whether shared code was initialized so that weMike Belopuhov
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2011-01-08reserve one xfer for beacons during init.Damien Bergamini