summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Fix a VAP BSS node reference in the HT code to actually take a referenceadrian2013-05-101-1/+7
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-264-4/+4
* Implement a utility function to return the current TX power cap foradrian2013-04-161-0/+22
* Add VNET wrappers around the rest of the ieee80211 rtsock messages.adrian2013-03-201-0/+10
* Kill this, it's not needed at this point and (hopefully) the parentadrian2013-03-101-2/+0
* Fix another compiler warning issue when invariants are disabled.adrian2013-03-091-2/+1
* Fix non-invariant compilation.adrian2013-03-091-6/+3
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-0813-250/+458
* Disable this variable; the code using it is also disabled.adrian2013-02-181-0/+2
* Disable this code and add a note as to why.adrian2013-02-181-0/+15
* Fix an incorrect sizeof()adrian2013-02-161-1/+1
* Mesh: QoS Control field bit flags fix.monthadar2013-02-141-3/+3
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',glebius2013-02-123-4/+6
* Fix ieee80211_mesh.c compilation.adrian2013-02-081-0/+4
* Mesh: recevied GANN frames where not parsed correctly.monthadar2013-02-071-26/+66
* Mesh HWMP forwarding information: updating FI for transmitter.monthadar2013-02-071-5/+44
* Mesh HWMP PERR bug fixes.monthadar2013-02-071-1/+1
* Mesh bug: debug infomartion showing swapped SA and DA address.monthadar2013-02-071-2/+2
* Update ddb to print mesh routing table.monthadar2013-02-071-11/+27
* Mesh HWMP PREQ: fixed conditions for discarding elements.monthadar2013-02-071-4/+4
* Mesh HWMP: don't send an intermediate PREP for proxy entries.monthadar2013-02-071-1/+3
* Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.monthadar2013-02-071-3/+6
* HWMP: ic->raw_xmit didn't always point to correct ni.monthadar2013-02-073-75/+58
* Mesh gate code to transmit to all mesh gates.monthadar2013-02-071-25/+167
* Send frames to mesh gate if 11s discovery fails.monthadar2013-02-073-6/+78
* Mark root mesh as gate when mesh gate flag set.monthadar2013-02-073-0/+59
* Propagate GANN frames, and store know gate info.monthadar2013-02-072-5/+79
* Mesh update: add base Mesh Gate functionality.monthadar2013-02-073-10/+196
* Start accepting IEEE80211_ACTION_MESH_GANN frames;monthadar2013-02-071-0/+4
* Mesh: management mesh action frames are to be discardedmonthadar2013-02-072-14/+11
* Update in ieee80211_action.c for mesh code handlers.monthadar2013-02-071-51/+14
* Update net80211 mesh struct ieee80211_meshgann_ie.monthadar2013-02-072-7/+15
* HWMP: Accept a PERR even if path is valid.monthadar2013-02-071-1/+1
* Add mesh debug for interarction between DS & MBSS.monthadar2013-02-072-0/+7
* Fix mesh path flag.monthadar2013-02-071-2/+5
* Stop a mesh STA from flooding with peer frames.monthadar2013-02-072-1/+33
* Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctlyadrian2013-02-021-0/+4
* Initial cut at making IBSS support 802.11n aware.adrian2013-01-263-7/+97
* Remove the use of the ifnet send queue and if_start() in the poweradrian2013-01-151-8/+32
* Add in the missing radiotap definitions from the sipsolutions.netadrian2013-01-081-1/+12
* Handle ps-poll data frame if_transmit() failure.adrian2013-01-061-1/+15
* Handle HWMP if_transmit() failure gracefully.adrian2013-01-061-1/+13
* 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
OpenPOWER on IntegriCloud