summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_mesh.c
Commit message (Expand)AuthorAgeFilesLines
* Jump to the next element and not to an arbitrary point. frm[1] containsbschmidt2011-01-191-1/+1
* Fix a couple of bugs with 802.11n:rpaulo2010-03-181-0/+13
* Avoid a null pointer deref when parsing the meshid.rpaulo2010-02-031-3/+4
* Fix bugs introduced in previous commit: off-by-one in add_meshconf() andrpaulo2010-01-141-2/+4
* Update mesh code to to D4.0.rpaulo2010-01-121-3/+5
* Don't call the newstate callback as that's dangerous. Rely no ENETRESETrpaulo2009-10-211-4/+0
* Implement the missing support for updating the mesh conf number ofrpaulo2009-10-191-0/+14
* Properly initialize the mesh conf capabilities byte.rpaulo2009-10-131-0/+1
* Fix a wrong initialization that snuck in the latest commit.rpaulo2009-10-121-1/+1
* Another 3.03 draft bit that I missed in the previous 802.11s stackrpaulo2009-10-121-49/+30
* Update 802.11s mesh support to draft 3.03. This includes a revised framerpaulo2009-09-221-74/+38
* Mesh fixes, namely:rpaulo2009-07-271-6/+27
* store mesh timers as ticks and sysctls for changing the defaultssam2009-07-211-12/+4
* More mesh bits, namely:rpaulo2009-07-201-54/+302
* Fix inline function declaration and prototype.rpaulo2009-07-131-5/+4
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+2538
OpenPOWER on IntegriCloud