aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_phy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-1/+0
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-7/+0
* [net80211] rename 11n rate macros into a useful spotAdrian Chadd2016-04-051-1/+1
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+4
* Replace the homegrown implementation of nitems() with calls to nitems()Rui Paulo2013-08-141-6/+2
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.Adrian Chadd2013-07-041-13/+180
* use 1/2 and 1/4 rate phy types to simplify txtime calculationSam Leffler2009-02-191-81/+73
* use c99 syntax for initializers; this silencesSam Leffler2008-09-061-99/+95
* Update PLCP<->rate mapping support:Sam Leffler2008-05-121-11/+16
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+472