summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/bwivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Functions that say they return void should not try to return something.daniel2014-11-051-2/+2
* Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bitstsp2014-07-201-2/+7
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-2/+1
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-2/+2
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* ACPI suspend/resume for bwi(4). Initial diff from todd@, finished andmglocker2010-08-061-1/+4
* Don't attempt to use gcc __builtin_abs, abs is not usedjsg2009-01-071-3/+1
* cleanup - we don't have resource structurekevlo2008-07-211-7/+1
* Sync up with DragonFlyBSD driver. Please read their commit messagemglocker2008-02-251-1/+9
* Report rssi and rate in rx radio tap.mglocker2008-02-161-2/+15
* Better support for 11b mode.mglocker2008-02-161-1/+12
* - Add more LED support, like activity blinking (though just supportingmglocker2007-11-171-2/+25
* Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3.mglocker2007-10-181-1/+11
* Since we know the firmware load works, merge the single firmware filesmglocker2007-10-041-1/+3
* Use uint_* consistent.mglocker2007-10-011-2/+2
* Spacing.mglocker2007-09-271-2/+2
* Add automatic rate control (AMRR).mglocker2007-09-271-1/+9
* Spacing.mglocker2007-09-271-66/+63
* Kill __BIT* macros.mglocker2007-09-271-21/+21
* Add radio tap support. We still need to calculate correct RX rate andmglocker2007-09-241-1/+52
* Drag back the original DragonFlyBSD firmware loading routines, so we canmglocker2007-09-181-8/+30
* Remove obsolete firmware specific bits.mglocker2007-09-161-32/+6
* Get IV load working. Simplified IV loading routine (mainly a rewrite).mglocker2007-09-151-6/+4
* most of the remaining bus_dma conversionjsg2007-09-151-7/+4
* Properly fill in some of the pci information the driver uses internally.jsg2007-09-151-1/+2
* Get firmware load working. Adapt firmware routines that way so we canmglocker2007-09-141-1/+7
* Sort prototypes.mglocker2007-09-141-72/+5
* Fix sc_dev tweak. Device attaches with correct name now.mglocker2007-09-131-3/+2
* Enable access to PCI and Cardbus config space from the driver. Lets usmglocker2007-09-131-1/+4
* Spacing run.mglocker2007-09-121-71/+63
* Initial port of Sepherosa Ziehau's DragonFlyBSD driverjsg2007-09-121-0/+700