summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* [net80211] remove node scan lock / generation number + fix few LORsadrian2016-06-191-154/+115
* net80211: drop some unused variables / local macrosavos2016-05-121-6/+0
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* Try to unbreak the build: the 'vap' variable is only used if ieee80211bz2016-04-091-1/+1
* [net80211] print out the channel type (eg a, b, g, n) when creatingadrian2016-04-091-2/+3
* [net8021] Pull out the ibss check code into a public function.adrian2016-04-091-15/+29
* [net80211] Initial A-MSDU support for testing / evaluationadrian2016-04-061-2/+2
* [net80211] migrate the time_* macros to ieee80211_* namespace.adrian2016-03-301-1/+1
* net80211: fix TIM cleanup.avos2016-02-231-1/+0
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-16/+19
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-251-6/+5
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Add node_clear_keyixmap() and use it in the ieee80211_free_node() / node_recl...adrian2015-05-041-28/+26
* Remove old iv_bss entry from the node tableadrian2015-05-031-1/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Replace the homegrown implementation of nitems() with calls to nitems()rpaulo2013-08-141-3/+1
* Initial cut at making IBSS support 802.11n aware.adrian2013-01-261-2/+60
* Fix a crash bug introduced in the iterate node work recently done.adrian2012-09-161-1/+9
* Fix an incorrect comparison.adrian2012-08-161-3/+2
* Don't call the node iteration function inside the node table / nodeadrian2012-08-151-14/+108
* Create a new task to handle 802.11n channel width changes.adrian2012-03-251-0/+8
* Revert r220907 and r220915.adrian2011-04-221-17/+5
* Change the MIMO userland export ABI to include flags, number of radio chains,adrian2011-04-211-5/+17
* Add initial support for MIMO statistics to net80211.adrian2011-04-081-1/+20
* Honor device capabilities while initializing ni_htrates.bschmidt2011-03-131-4/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-0/+4
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-10/+5
* Wrap remaining ieee80211_ratectl_node_init() calls missed in r211314.bschmidt2010-08-211-3/+6
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-2/+4
* Initialize ni_txrate after txparams have been setup. Some driversbschmidt2010-08-141-0/+4
* Fix typo. No functional change.rpaulo2010-04-281-1/+1
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-0/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-6/+67
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-051-8/+11
* When associating to an AP we don't know if HT is negotiated untilsam2009-06-111-6/+6
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-4/+4
* Overhaul monitor mode handling:sam2009-05-201-3/+3
* correct handling of ctl frames: the sender's address is always i_addr2 forsam2009-05-141-12/+0
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-3/+15
* fix txparms setup for 108G sta's: ieee80211_iserp_rateset does notsam2009-04-131-2/+3
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-0/+4
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-0/+2
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-0/+13
* mark nodes created by way of neighbor discovery need to be marked as ERPsam2009-02-201-0/+4
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+4
* o replace ieee80211_node_reclaim by individual operations to release thesam2009-02-121-60/+2
* improve key index map reclaim debug msgsam2009-02-111-6/+5
* set ni_txparms for static turbo modesam2009-01-291-6/+11
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+15
OpenPOWER on IntegriCloud