aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/rt2860.c
Commit message (Expand)AuthorAgeFilesLines
* ral: plug set-but-not-used varsMateusz Guzik2021-12-141-6/+2
* ral: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* ral(4): Use unsigned to avoid undefined behavior.Pedro F. Giffuni2019-09-091-2/+2
* ral: rt2860: fix wcid2ni access/size issueKyle Evans2019-08-061-1/+3
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-4/+1
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-1/+4
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-5/+4
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-7/+9
* ral (rt2860): eliminate duplicate ieee80211_process_callback() callAndriy Voskoboinyk2016-09-301-4/+0
* - Replace the magic numbers with something more readable.Kevin Lo2016-06-081-4/+15
* ral: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-7/+32
* The EEPROM is lying about antennas. Don't hardcode things based on the chipKevin Lo2016-05-171-34/+12
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+6
* net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk2015-12-131-1/+1
* Remove the static function declaration.Kevin Lo2015-10-291-2/+1
* - Add a missing prototypeKevin Lo2015-10-291-12/+13
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-5/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-2/+1
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-2/+2
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-3/+2
* Fix a debug message which didn't quite get it right about eeprom version.Kevin Lo2015-09-161-1/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-168/+106
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-106/+168
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-168/+106
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-9/+8
* 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
* Add preliminary support for the Ralink RT5390 and RT5392 chipsets.Kevin Lo2015-02-111-56/+349
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-9/+9
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-3/+3
* 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-3/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* Add support for Ralink RT2800/RT3000 chipsets.Bernhard Schmidt2012-05-101-0/+4103