summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_tdma.c
Commit message (Expand)AuthorAgeFilesLines
* Don't return ENOTSUPP here - the net80211 pluggable ioctl API will treatadrian2013-08-181-2/+2
* Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a m...adrian2012-01-151-0/+4
* Fix an unused variable warning/error when invariants isn't enabled.adrian2011-10-121-2/+1
* Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...adrian2011-10-021-0/+3
* fixes a broken software beacon miss handler. There is a race to checkweongyo2010-03-141-0/+2
* o assert TDMA_MAXSLOTS is 2 so noone tries to blindly increase itsam2009-05-301-4/+17
* Overhaul monitor mode handling:sam2009-05-201-7/+12
* setup turboA/G fixed rate parameters too; this is needed, in particular,sam2009-04-131-3/+5
* correct debug printfsam2009-04-131-1/+1
* check correct address for a bssid mtchsam2009-04-131-1/+1
* o move tdma+superg protocol defs out of public viewsam2009-03-261-1/+11
* add linker sets for get/set ioctl handlers so optional net80211sam2009-03-241-8/+8
* use IEEE80211_SUPPORT_TDMA option to control whether code issam2009-03-241-2/+0
* rate limit printfs for invalid tdma ie contents; probably want this tosam2009-03-181-6/+9
* Minor cleanups of tdma protocol handling:sam2009-03-181-47/+79
* change tdma slave behaviour: if the channel is locked don't do bmiss handlingsam2009-02-221-3/+6
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+8
* remove bogus reference reclaim on the slave-side bss node on beacon misssam2009-02-111-1/+0
* when operating as a slave, clear neighbor entries and the peer bss nodesam2009-02-101-2/+16
* setup default fixed rates for static turbo and 11n;sam2009-01-291-6/+22
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-0/+715
OpenPOWER on IntegriCloud