summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/pgtreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use __packed instead of __attribute__((packed)). OK mglocker@claudio2006-10-111-12/+12
|
* Make monitor mode work by prepending the right kind headers and fixing theclaudio2006-10-011-4/+8
| | | | channel selection code. Joint work with mglocker@, OK mglocker@
* Get rid of this strange pgt_data_frame which is unused. Nice side-effect isclaudio2006-10-011-6/+1
| | | | an easier to read pgt_datarx_completion. OK mglocker@
* Bring pgt(4) in a working state. Much work also done by claudio@.mglocker2006-09-161-1/+25
| | | | ok deraadt@
* Some first cleanup run.mglocker2006-08-311-159/+159
| | | | ok deraadt@
* Get firmware loaded.mglocker2006-08-311-18/+18
| | | | ok deraadt@
* Very initial import to support the PrismGT chipset (FullMAC for now).mglocker2006-08-221-0/+387
ok deraadt@