summaryrefslogtreecommitdiffstats
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* MFC r313906:avos2017-02-241-1/+1
* MFC r306498:avos2016-10-081-4/+0
* - Replace the magic numbers with something more readable.kevlo2016-06-082-5/+25
* ral: add missing ic_getradiocaps() assignment.avos2016-05-261-0/+1
* ral: switch to ieee80211_add_channel_list_*()avos2016-05-263-21/+96
* Align radiotap structures in ral(4)sgalabov2016-05-252-4/+4
* The EEPROM is lying about antennas. Don't hardcode things based on the chipkevlo2016-05-173-47/+27
* sys/dev: minor spelling fixes.pfg2016-05-031-2/+2
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-293-3/+3
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-262-2/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* net80211 drivers: fix ieee80211_init_channels() usageavos2016-01-073-18/+18
* net80211: remove hardcoded slot time durations from driversavos2015-12-133-5/+5
* Remove the static function declaration.kevlo2015-10-291-2/+1
* - Add a missing prototypekevlo2015-10-292-13/+14
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...adrian2015-10-123-7/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-123-11/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...adrian2015-10-033-8/+4
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapadrian2015-09-224-10/+7
* net80211 & wireless drivers: remove duplicate defines (noop)adrian2015-09-223-22/+11
* Fix a debug message which didn't quite get it right about eeprom version.kevlo2015-09-161-1/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-277-544/+350
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-087-350/+544
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-077-544/+350
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-253-32/+29
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-253-0/+3
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-253-0/+3
* Add preliminary support for the Ralink RT5390 and RT5392 chipsets.kevlo2015-02-113-121/+517
* Mechanically convert to if_inc_counter().glebius2014-09-193-32/+32
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-083-7/+7
* - Add support for using MSI instead of INTx, controllable via the tunablemarius2013-12-291-44/+42
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-303-9/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-0/+3
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.adrian2013-07-043-5/+6
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-10/+10
* Add support for Ralink RT2800/RT3000 chipsets.bschmidt2012-05-104-3/+5617
* Fix some net80211 enum nits:bschmidt2011-12-172-14/+14
* Don't hardcode assumptions about basic rates, similar to what the rt2661bschmidt2011-04-092-21/+23
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-172-18/+0
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-062-2/+0
* If rt2560_bbp_init() fails, don't drop the lock as the callers ofjhb2010-09-291-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-142-0/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-032-4/+4
* Remove unnecessary assignment.rpaulo2010-04-071-1/+0
* Avoid NULL deref.rpaulo2010-04-071-1/+2
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-074-83/+36
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-112-5/+16
* validate tx rate(s) in the raw xmit pathsam2009-05-291-3/+3
* Overhaul monitor mode handling:sam2009-05-204-84/+71
* Hoist 802.11 encapsulation up into net80211:sam2009-03-302-16/+0
OpenPOWER on IntegriCloud