summaryrefslogtreecommitdiffstats
path: root/sys/dev/otus
Commit message (Expand)AuthorAgeFilesLines
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* net80211 drivers: fix ieee80211_init_channels() usageavos2016-01-071-7/+7
* net80211: remove hardcoded slot time durations from driversavos2015-12-131-1/+1
* otus(4) - add flags for RX filter, configuration and sniffer.adrian2015-11-061-0/+13
* net80211: WME callback cleanup in various driversavos2015-11-052-48/+23
* otus(4) - monitor mode fixes, large-mbuf crash fixadrian2015-10-271-47/+61
* otus(4) - add missing ieee80211_free_node() call.adrian2015-10-231-0/+1
* otus(4) - demagicify register names.adrian2015-10-232-31/+72
* otus(4): begin supporting raw transmit parameters in otus_tx()adrian2015-10-231-9/+22
* otus(4) - use the local node alloc function so there's space for statistics.adrian2015-10-191-4/+8
* otus(4) - add initial monitor mode; use lowest rate for EAPOLadrian2015-10-191-3/+16
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...adrian2015-10-122-3/+0
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-1/+0
* Declare odata as a pointer type instead of a pointer to pointer.kevlo2015-10-071-1/+1
* if_otus fixes; add fast-frames support.adrian2015-09-282-1/+42
* Track the command response code buffer size and verify it in theadrian2015-09-272-13/+26
* Fix a bug in the TX command handling - log when a too-large payload isadrian2015-09-261-1/+9
* Add an initial driver for the AR9170 series draft-11n hardware fromadrian2015-09-262-0/+4124
OpenPOWER on IntegriCloud