summaryrefslogtreecommitdiff
path: root/sys/dev/ral/rt2860.c
AgeCommit message (Expand)Author
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2024-11-17net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd
2023-12-01Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2021-12-14ral: plug set-but-not-used varsMateusz Guzik
2020-09-01ral: clean up empty lines in .c and .h filesMateusz Guzik
2020-01-30Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky
2019-09-09ral(4): Use unsigned to avoid undefined behavior.Pedro F. Giffuni
2019-08-06ral: rt2860: fix wcid2ni access/size issueKyle Evans
2019-01-26Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk
2018-01-02[net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd
2017-02-26net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk
2016-10-02net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk
2016-09-30ral (rt2860): eliminate duplicate ieee80211_process_callback() callAndriy Voskoboinyk
2016-06-08- Replace the magic numbers with something more readable.Kevin Lo
2016-05-26ral: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk
2016-05-17The EEPROM is lying about antennas. Don't hardcode things based on the chipKevin Lo
2016-04-29net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-01-07net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk
2015-12-13net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk
2015-10-29Remove the static function declaration.Kevin Lo
2015-10-29- Add a missing prototypeKevin Lo
2015-10-12net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd
2015-10-03net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd
2015-09-22net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd
2015-09-22net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd
2015-09-16Fix a debug message which didn't quite get it right about eeprom version.Kevin Lo
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2015-05-25Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff
2015-05-25Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff
2015-05-25Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff
2015-02-11Add preliminary support for the Ralink RT5390 and RT5392 chipsets.Kevin Lo
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-01-08Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-07-04Implement basic 802.11n awareness in the PHY and AMRR rate control code.Adrian Chadd
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-05-10Add support for Ralink RT2800/RT3000 chipsets.Bernhard Schmidt