aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi/if_wpireg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* wpi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+0
* wpi(4): add support for TX fragmentation.Adrian Chadd2015-10-121-0/+2
* wpi(4): use more correct types.Adrian Chadd2015-10-111-1/+1
* Try to fix passive scanning hang on beacon miss.Adrian Chadd2015-05-031-0/+4
* Fix pause scan time calculation (the remainder must be less than beacon inter...Adrian Chadd2015-05-031-0/+3
* Fix active/passive dwell calculation.Adrian Chadd2015-05-031-2/+5
* Add TX status codes (obtained from iwlegacy)Adrian Chadd2015-05-031-0/+20
* Retry twice at the same rate.Adrian Chadd2015-05-031-0/+2
* Workaround delays caused by vmem_check().Adrian Chadd2015-03-151-0/+6
* Add experimental HOSTAP support.Adrian Chadd2015-03-151-0/+1
* * Add new debug categoryAdrian Chadd2015-03-151-0/+1
* Replace few numbers with named constants.Adrian Chadd2015-03-151-2/+7
* Fix indentation - non-functional change.Adrian Chadd2015-03-151-6/+6
* Check some variables only on active TX ringsAdrian Chadd2015-03-151-0/+1
* More fixes to wpi(4), again not by me! Woo!Adrian Chadd2015-02-141-5/+1
* Big wpi(4) overhaul! Not by me!Adrian Chadd2015-02-071-354/+611
* Remove some hard-coded IE assembly over to use net80211 methods.Adrian Chadd2014-12-201-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* o) Check that no overrun or CRC errors were encountered in receiving aJuli Mallett2009-03-271-2/+0
* Update wpi(4) with stability fixesAndrew Thompson2008-03-101-0/+2
* Handle missed beacons correctlyBenjamin Close2007-11-271-0/+10
* Initial Import of wpi driver based on p4 changeset 128641.Benjamin Close2007-11-051-0/+727