summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi/if_wpi_debug.h
Commit message (Collapse)AuthorAgeFilesLines
* wpi, rum and urtwn: update copyright headersavos2015-12-131-0/+1
| | | | | Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D4489
* Fix warning about comparison of integers of different signs.adrian2015-05-031-2/+2
| | | | | PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Try to fix passive scanning hang on beacon miss.adrian2015-05-031-0/+1
| | | | | PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Create another debug category for WPI_BEACON_MISSED notification.adrian2015-05-031-0/+1
| | | | | Differential Revision: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Fix KASSERT statements in if_wpi_debug.hadrian2015-05-031-3/+2
| | | | | PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Add WPI_DEBUG_NODE + some debugging.adrian2015-03-151-2/+3
| | | | | PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* * Add new debug categoryadrian2015-03-151-26/+69
| | | | | | | * Refactor out / restructure / extend debugging information PR: kern/197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Big wpi(4) overhaul! Not by me!adrian2015-02-071-0/+98
This is a sync against iwn(4) and openbsd. - Add power management support; - Add background scanning support; - Fix few LORs; - Handle rfkill switch state changes properly; - Fix recovering after firmware failure; - Add more error checking; - Cleanup & disable by default debug output; - Update macroses names; - Other various fixes; - Add IBSS support: - don't set data_ntries field for management frames; - Add AHDEMO support: - fix padding; - Sync eeprom functions; - Use CMD_RXON_ASSOC where possible; - Enable HW CCMP encryption/decryption for pairwise keys; - Fix filter flags for CMD_RXON. Tested (by submitter) - iwn 3945 NIC. I have one somewhere; I'll validate this later on and revert it if it's a problem. Thanks! PR: 197143 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
OpenPOWER on IntegriCloud