aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Fix a VAP BSS node reference in the HT code to actually take a referenceAdrian Chadd2013-05-101-1/+7
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-264-4/+4
* Implement a utility function to return the current TX power cap forAdrian Chadd2013-04-161-0/+22
* Add VNET wrappers around the rest of the ieee80211 rtsock messages.Adrian Chadd2013-03-201-0/+10
* Kill this, it's not needed at this point and (hopefully) the parentAdrian Chadd2013-03-101-2/+0
* Fix another compiler warning issue when invariants are disabled.Adrian Chadd2013-03-091-2/+1
* Fix non-invariant compilation.Adrian Chadd2013-03-091-6/+3
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-0813-249/+457
* Disable this variable; the code using it is also disabled.Adrian Chadd2013-02-181-0/+2
* Disable this code and add a note as to why.Adrian Chadd2013-02-181-0/+15
* Fix an incorrect sizeof()Adrian Chadd2013-02-161-1/+1
* Mesh: QoS Control field bit flags fix.Monthadar Al Jaberi2013-02-141-3/+3
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',Gleb Smirnoff2013-02-123-4/+6
* Fix ieee80211_mesh.c compilation.Adrian Chadd2013-02-081-0/+4
* Mesh: recevied GANN frames where not parsed correctly.Monthadar Al Jaberi2013-02-071-25/+65
* Mesh HWMP forwarding information: updating FI for transmitter.Monthadar Al Jaberi2013-02-071-5/+44
* Mesh HWMP PERR bug fixes.Monthadar Al Jaberi2013-02-071-1/+1
* Mesh bug: debug infomartion showing swapped SA and DA address.Monthadar Al Jaberi2013-02-071-2/+2
* Update ddb to print mesh routing table.Monthadar Al Jaberi2013-02-071-11/+27
* Mesh HWMP PREQ: fixed conditions for discarding elements.Monthadar Al Jaberi2013-02-071-4/+4
* Mesh HWMP: don't send an intermediate PREP for proxy entries.Monthadar Al Jaberi2013-02-071-1/+3
* Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.Monthadar Al Jaberi2013-02-071-3/+6
* HWMP: ic->raw_xmit didn't always point to correct ni.Monthadar Al Jaberi2013-02-073-75/+58
* Mesh gate code to transmit to all mesh gates.Monthadar Al Jaberi2013-02-071-25/+167
* Send frames to mesh gate if 11s discovery fails.Monthadar Al Jaberi2013-02-073-6/+78
* Mark root mesh as gate when mesh gate flag set.Monthadar Al Jaberi2013-02-073-0/+59
* Propagate GANN frames, and store know gate info.Monthadar Al Jaberi2013-02-072-5/+79
* Mesh update: add base Mesh Gate functionality.Monthadar Al Jaberi2013-02-073-10/+196
* Start accepting IEEE80211_ACTION_MESH_GANN frames;Monthadar Al Jaberi2013-02-071-0/+4
* Mesh: management mesh action frames are to be discardedMonthadar Al Jaberi2013-02-072-14/+11
* Update in ieee80211_action.c for mesh code handlers.Monthadar Al Jaberi2013-02-071-51/+14
* Update net80211 mesh struct ieee80211_meshgann_ie.Monthadar Al Jaberi2013-02-072-7/+15
* HWMP: Accept a PERR even if path is valid.Monthadar Al Jaberi2013-02-071-1/+1
* Add mesh debug for interarction between DS & MBSS.Monthadar Al Jaberi2013-02-072-0/+7
* Fix mesh path flag.Monthadar Al Jaberi2013-02-071-2/+5
* Stop a mesh STA from flooding with peer frames.Monthadar Al Jaberi2013-02-072-1/+33
* Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctlyAdrian Chadd2013-02-021-0/+4
* Initial cut at making IBSS support 802.11n aware.Adrian Chadd2013-01-263-7/+97
* Remove the use of the ifnet send queue and if_start() in the powerAdrian Chadd2013-01-151-8/+32
* Add in the missing radiotap definitions from the sipsolutions.netAdrian Chadd2013-01-081-1/+12
* Handle ps-poll data frame if_transmit() failure.Adrian Chadd2013-01-061-1/+15
* Handle HWMP if_transmit() failure gracefully.Adrian Chadd2013-01-061-1/+13
* if_start() is being used here as a way of kick-starting the new queueAdrian Chadd2012-12-221-0/+5
* Remove a use of if_start() - instead, use if_transmit() to dispatch theAdrian Chadd2012-12-221-2/+1
* Adjust the channel to correctly setup the HT flags when transitioningAdrian Chadd2012-12-101-1/+3
* Update the aggressive mode logic to also enable aggressive modeAdrian Chadd2012-12-101-8/+50
* Undo the previous adhoc commit - doing the WME IE handling hereAdrian Chadd2012-12-091-10/+0
* Handle ath-specific and WME IE's in adhoc mode.Adrian Chadd2012-12-093-1/+19
* Atheros SuperG bug fixes, as part of hunting down kern/174283.Adrian Chadd2012-12-092-11/+12
* Don't panic if the stageq here is empty; just fall through with NULLAdrian Chadd2012-12-092-0/+18