aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/rt2560.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-3/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-3/+2
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-5/+3
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-9/+4
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-189/+118
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-118/+189
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-189/+118
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-12/+11
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-12/+12
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.Adrian Chadd2013-07-041-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Don't hardcode assumptions about basic rates, similar to what the rt2661Bernhard Schmidt2011-04-091-13/+21
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-171-9/+0
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-1/+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-141-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Remove unnecessary assignment.Rui Paulo2010-04-071-1/+0
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-35/+22
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-3/+9
* validate tx rate(s) in the raw xmit pathSam Leffler2009-05-291-3/+3
* Overhaul monitor mode handling:Sam Leffler2009-05-201-44/+33
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-8/+0
* o add ic_rt to track the rate table for the current channel; this enablesSam Leffler2009-03-291-12/+9
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-4/+4
* o use the new association callback to notify the driver when joining a bssSam Leffler2008-10-271-6/+1
* Change the calling convention for ic_node_alloc to deal withSam Leffler2008-06-071-3/+4
* Update PLCP<->rate mapping support:Sam Leffler2008-05-121-2/+26
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+2
* fix typo's that broke duration calculation on protection framesSam Leffler2008-05-111-1/+1
* Only start the vaps if the init routine completed.Andrew Thompson2008-05-101-1/+2
* Unify all the wifi *_ioctl routinesAndrew Thompson2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-684/+537
* Various bug fixes for 2560 parts of ral(4):Sepherosa Ziehau2008-02-031-33/+109
* Check wep flag in *_tx_mgt since we need to encrypt some management frameKevin Lo2007-11-061-0/+11
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-2/+13
* Add missing bits that made bg scanning lame:Sam Leffler2007-09-051-0/+6
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-051-0/+1
* Use bus_get_dma_tag() to obtain the parent DMA tag.Kevin Lo2007-07-221-12/+15
* Don't use 64-byte header on each packet in radiotap.Kevin Lo2007-06-291-3/+4
* Update 802.11 wireless support:Sam Leffler2007-06-111-138/+180
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-1/+7
* allow net80211 to fillin rate setsSam Leffler2007-03-111-20/+1
* Remove dependency on deprecated if_watchdog ABI.Bruce M Simpson2006-12-191-16/+9
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.Kevin Lo2006-12-071-0/+2