summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_athn_usb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* we don't have to cast to caddr_t when calling m_copydata anymore.dlg2021-02-251-3/+3
* Fix deferred key tasks along the same lines as urtwn(4) and run(4).krw2020-11-301-2/+11
* When athn(4) is deciding how to decrypt an incoming frame, look into thestsp2020-07-131-2/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.stsp2020-04-271-5/+53
* Convert to tsleep_nsec(9) and use the correct timeout period in msec.mpi2019-11-251-4/+6
* Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).mpi2019-11-121-4/+7
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-6/+10
* Avoid unnecessary dynamic memory allocation in athn_usb_newauth().stsp2018-12-061-10/+5
* fix whitespacejsg2018-09-061-3/+3
* claim copyrightstsp2018-02-051-1/+2
* Move athn(4) USB devices to the open source atk9k HTC firmware.stsp2018-02-051-67/+361
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-11/+1
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-2/+3
* Add sizes to various free(9) calls. Fixing the simpler ones first.deraadt2017-03-261-5/+6
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* Finish initial 11n support for athn(4).stsp2017-01-121-21/+22
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-8/+5
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-2/+2
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* Revert previous, doesn't fix anything. I managed to reproducestsp2015-07-091-5/+4
* Allow more time for USB athn(4) firmware boot. It seems people on daemonforumsstsp2015-07-091-4/+5
* Only match devices with a valid configuration.mpi2015-06-121-18/+4
* Remove stray ')' from athn(4) "firmware command timed out" error message.stsp2015-03-021-2/+2
* athn(4) USB drops received frames larger than MCLBYTES.stsp2015-03-021-1/+7
* Fix re-associations with athn(4) USB devices in station mode.stsp2015-03-021-6/+23
* Rework ath(4) USB firmware command handling.stsp2015-03-021-29/+54
* Fix scanning with athn(4) USB devices.stsp2015-03-021-5/+32
* In athn(4), set USB pipe pointers to NULL after closing pipes. Not reallystsp2015-03-021-6/+14
* Teach athn(4) about USB reference counting to prevent it from causing majorstsp2015-03-021-2/+18
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* atheros ub94 support, from Matt Markforttedu2014-10-311-1/+3
* No need for <netinet/in_systm.h> here.mpi2014-07-131-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-17/+2
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Replace more ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-2/+2
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-11/+11
* Instead of using a wrapper around usbd_transfer() when submitting ampi2013-04-121-3/+4
* Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNELbrad2013-04-051-1/+3
* removed unneccessary .h filederaadt2013-03-281-2/+1
* Fix the sotfware.jsing2013-01-141-2/+2
* Call the correct callback on node disassociation.jsing2013-01-141-2/+2