summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* if_start() is being used here as a way of kick-starting the new queueadrian2012-12-221-0/+5
* Remove a use of if_start() - instead, use if_transmit() to dispatch theadrian2012-12-221-2/+1
* Adjust the channel to correctly setup the HT flags when transitioningadrian2012-12-101-1/+3
* Update the aggressive mode logic to also enable aggressive modeadrian2012-12-101-8/+50
* Undo the previous adhoc commit - doing the WME IE handling hereadrian2012-12-091-10/+0
* Handle ath-specific and WME IE's in adhoc mode.adrian2012-12-093-1/+19
* Atheros SuperG bug fixes, as part of hunting down kern/174283.adrian2012-12-092-11/+12
* Don't panic if the stageq here is empty; just fall through with NULLadrian2012-12-092-0/+18
* Fix a use-after-free bug in the Atheros fast-frames support.adrian2012-12-081-2/+9
* Add a new 900MHz GSM regulatory SKU for the Xagyl Communications XC900M.adrian2012-12-071-0/+11
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-058-20/+20
* Add a primitive to check if a lock is not owned.adrian2012-11-261-0/+2
* Add some further BAR TX debugging; it was useful when figuring outadrian2012-10-281-0/+47
* Oops, missed in my last commit.adrian2012-10-261-0/+2
* Allow net80211 to be built on -9 and -8.adrian2012-10-261-1/+29
* Fix up some initial issues with creation and deletion of hotpluggedadrian2012-10-262-0/+24
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-6/+10
* Revert previous commit...kevlo2012-10-102-2/+2
* Prefer NULL over 0 for pointerskevlo2012-10-092-2/+2
* Migrate the power-save functions to be overridable VAP methods.adrian2012-10-028-11/+29
* Fix a crash bug introduced in the iterate node work recently done.adrian2012-09-161-1/+9
* s/ is is / is /geadler2012-09-141-1/+1
* Fix an incorrect comparison.adrian2012-08-161-3/+2
* Don't call the node iteration function inside the node table / nodeadrian2012-08-152-14/+110
* Fix an incorrect comment.adrian2012-08-081-1/+1
* Fixed some debug output in hwmp_recv_prep.monthadar2012-07-311-3/+3
* Fix a PREQ comparison error in 11s HWMP.monthadar2012-07-311-3/+4
* Fix bugs in net80211s found with wtap simulator.monthadar2012-07-311-4/+6
* Add a check for dynamic OFDM/CCK channel types.adrian2012-07-011-0/+2
* Mesh mode, potential garbage in QoS subfield.monthadar2012-06-251-3/+3
* Extend the radiotap code to be aware of the size of any extra vendoradrian2012-06-182-6/+25
* Fix some corner cases in the ieee80211_send_bar() handling.adrian2012-05-221-1/+27
* Update HWMP Proactive code and mesh route flags.monthadar2012-05-011-20/+10
* PREQ discovery update.monthadar2012-05-014-17/+82
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.monthadar2012-05-015-25/+27
* RANN updatemonthadar2012-05-012-18/+83
* PERR update to be called from mesh code.monthadar2012-05-013-2/+76
* * Modified PERR acceptance criteria according to amendment;monthadar2012-05-011-25/+82
* Updated PREQ propagation code;monthadar2012-05-011-74/+65
* * PREQ acceptance criteria updated to check for proxy condition as in amendment;monthadar2012-05-011-6/+9
* * Proactive PREQ (original transmission) must also setmonthadar2012-05-011-1/+2
* * Fixed hwmp_discover code to populate a PREQ packet correctly;monthadar2012-05-012-12/+3
* * Fixed PREQ flag field Adressing mode subfiled according to amendment specs;monthadar2012-05-012-5/+5
* * Added a mesh max PREQ retires sysctl that governous how many timesmonthadar2012-05-011-2/+38
* Change how we enforce PREQ minimum interval.monthadar2012-05-011-24/+33
* PREP updatemonthadar2012-05-012-65/+62
* * MeshForwarding update mesh_recv_indiv_data_to_fwrd to silently discardmonthadar2012-05-011-1/+13
* Added route lifetime update for destination and source mesh along a mesh path;monthadar2012-05-011-4/+33
* Mesh forwarding with proxy support.monthadar2012-05-014-149/+398
* Implemented so that Mesh forwarding information lifetime is dynamic.monthadar2012-05-014-33/+120
OpenPOWER on IntegriCloud