aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral
Commit message (Expand)AuthorAgeFilesLines
* ral: clean up empty lines in .c and .h filesMateusz Guzik2020-09-018-15/+7
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-303-1/+9
* [Bug 240473] add support of Ralink RT5390R Wireless CardMichael Zhilin2019-09-121-0/+1
* ral(4): Use unsigned to avoid undefined behavior.Pedro F. Giffuni2019-09-091-2/+2
* ral: rt2860: fix wcid2ni access/size issueKyle Evans2019-08-062-2/+4
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-113-4/+4
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-263-13/+3
* Remove bogus spaces.Warner Losh2018-09-261-1/+1
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* net80211: wrap protection frame allocation into ieee80211_alloc_prot()Andriy Voskoboinyk2018-03-092-50/+20
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-5/+5
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-132-5/+5
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-022-7/+10
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-263-17/+14
* iwi, ral, zyd: fix possible use-after-free.Andriy Voskoboinyk2017-02-171-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-027-37/+37
* ral (rt2860): eliminate duplicate ieee80211_process_callback() callAndriy Voskoboinyk2016-09-301-4/+0
* - Replace the magic numbers with something more readable.Kevin Lo2016-06-082-5/+25
* ral: add missing ic_getradiocaps() assignment.Andriy Voskoboinyk2016-05-261-0/+1
* ral: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-263-21/+96
* Align radiotap structures in ral(4)Stanislav Galabov2016-05-252-4/+4
* The EEPROM is lying about antennas. Don't hardcode things based on the chipKevin Lo2016-05-173-47/+27
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-293-3/+3
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-073-18/+18
* net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk2015-12-133-5/+5
* Remove the static function declaration.Kevin Lo2015-10-291-2/+1
* - Add a missing prototypeKevin Lo2015-10-292-13/+14
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-123-7/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-123-11/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-033-8/+4
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-224-10/+7
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-223-22/+11
* 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-277-544/+350
* 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