aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/rt2661.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb2023-12-011-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* net80211 / drivers: rename to IEEE80211_FC0_SUBTYPE_QOS_DATABjoern A. Zeeb2022-09-031-1/+1
* ral: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-4/+1
* net80211: wrap protection frame allocation into ieee80211_alloc_prot()Andriy Voskoboinyk2018-03-091-25/+10
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-2/+2
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-6/+6
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-6/+5
* iwi, ral, zyd: fix possible use-after-free.Andriy Voskoboinyk2017-02-171-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-13/+10
* ral: add missing ic_getradiocaps() assignment.Andriy Voskoboinyk2016-05-261-0/+1
* ral: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-261-7/+31
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-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
* 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/+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-10/+5
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-176/+113
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-113/+176
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-176/+113
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-11/+10
* 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-11/+11
* 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-8/+2
* 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
* 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
* Avoid NULL deref.Rui Paulo2010-04-071-1/+2
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-34/+14
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-2/+7
* Overhaul monitor mode handling:Sam Leffler2009-05-201-36/+30
* 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-14/+9
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-12/+12
* 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