summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* only mark an infrastructure node to require an associd for xmit; fixes adhocsam2009-01-071-1/+4
* mark discovered neighbors QoS capable if they advertise wmesam2008-12-311-0/+4
* convert MALLOC/FREE to malloc/freesam2008-12-181-10/+10
* Fix ucastkey teardown for drivers that plumb clear keys or similarsam2008-12-151-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-151-13/+5
* o re-enable a lock assertsam2008-10-261-5/+5
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-7/+6
* set erp flag and tx parameter state when joining a bss; this allowssam2008-10-251-0/+3
* improve inactivity handling debug supportsam2008-10-251-5/+29
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-251-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-10/+12
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-12/+10
* cleanup bss node setup; syncs w/ p4 state that's been in use for monthssam2008-09-221-8/+10
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-1/+2
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-1/+3
OpenPOWER on IntegriCloud