aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-087-350/+544
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-077-544/+350
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-253-32/+29
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-253-0/+3
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-253-0/+3
* Add preliminary support for the Ralink RT5390 and RT5392 chipsets.Kevin Lo2015-02-113-121/+517
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-193-32/+32
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-083-7/+7
* - Add support for using MSI instead of INTx, controllable via the tunableMarius Strobl2013-12-291-44/+42
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-303-9/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-263-0/+3
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.Adrian Chadd2013-07-043-5/+6
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-043-10/+10
* Add support for Ralink RT2800/RT3000 chipsets.Bernhard Schmidt2012-05-104-3/+5617
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-172-14/+14
* Don't hardcode assumptions about basic rates, similar to what the rt2661Bernhard Schmidt2011-04-092-21/+23
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-172-18/+0
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-062-2/+0
* If rt2560_bbp_init() fails, don't drop the lock as the callers ofJohn Baldwin2010-09-291-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-142-0/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-032-4/+4
* Remove unnecessary assignment.Rui Paulo2010-04-071-1/+0
* Avoid NULL deref.Rui Paulo2010-04-071-1/+2
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-074-83/+36
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-112-5/+16
* validate tx rate(s) in the raw xmit pathSam Leffler2009-05-291-3/+3
* Overhaul monitor mode handling:Sam Leffler2009-05-204-84/+71
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-302-16/+0
* o add ic_rt to track the rate table for the current channel; this enablesSam Leffler2009-03-294-30/+18
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-292-16/+16
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* o use the new association callback to notify the driver when joining a bssSam Leffler2008-10-272-12/+2
* Change the calling convention for ic_node_alloc to deal withSam Leffler2008-06-072-6/+8
* Update PLCP<->rate mapping support:Sam Leffler2008-05-122-4/+52
* Minor cleanup of vap create work:Sam Leffler2008-05-122-2/+4
* fix typo's that broke duration calculation on protection framesSam Leffler2008-05-112-2/+2
* Only start the vaps if the init routine completed.Andrew Thompson2008-05-102-2/+4
* Unify all the wifi *_ioctl routinesAndrew Thompson2008-05-012-14/+16
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-209-3958/+1170
* fix locking botchSam Leffler2008-04-091-1/+3
* Various bug fixes for 2560 parts of ral(4):Sepherosa Ziehau2008-02-033-37/+115
* Check wep flag in *_tx_mgt since we need to encrypt some management frameKevin Lo2007-11-062-0/+22
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-172-3/+14
* Add missing bits that made bg scanning lame:Sam Leffler2007-09-052-0/+12
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-052-0/+2
* Use bus_get_dma_tag() to obtain the parent DMA tag.Kevin Lo2007-07-222-24/+29
* Don't use 64-byte header on each packet in radiotap.Kevin Lo2007-06-292-6/+8
* Update 802.11 wireless support:Sam Leffler2007-06-117-276/+391
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-1/+7
* allow net80211 to fillin rate setsSam Leffler2007-03-112-40/+3