| Commit message (Expand) | Author | Age | Files | Lines |
* | ral: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 8 | -15/+7 |
* | Widen EPOCH(9) usage in PCI WLAN drivers. | Hans Petter Selasky | 2020-01-30 | 3 | -1/+9 |
* | [Bug 240473] add support of Ralink RT5390R Wireless Card | Michael Zhilin | 2019-09-12 | 1 | -0/+1 |
* | ral(4): Use unsigned to avoid undefined behavior. | Pedro F. Giffuni | 2019-09-09 | 1 | -2/+2 |
* | ral: rt2860: fix wcid2ni access/size issue | Kyle Evans | 2019-08-06 | 2 | -2/+4 |
* | Fix ieee80211_radiotap(9) usage in wireless drivers: | Andriy Voskoboinyk | 2019-03-11 | 3 | -4/+4 |
* | Remove 2GHz channel list copies from wireless drivers. | Andriy Voskoboinyk | 2019-01-26 | 3 | -13/+3 |
* | Remove bogus spaces. | Warner Losh | 2018-09-26 | 1 | -1/+1 |
* | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh | 2018-09-26 | 1 | -0/+2 |
* | net80211: wrap protection frame allocation into ieee80211_alloc_prot() | Andriy Voskoboinyk | 2018-03-09 | 2 | -50/+20 |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 2 | -5/+5 |
* | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 2 | -5/+5 |
* | [net80211] convert all of the WME use over to a temporary copy of WME info. | Adrian Chadd | 2018-01-02 | 2 | -7/+10 |
* | net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters | Andriy Voskoboinyk | 2017-02-26 | 3 | -17/+14 |
* | iwi, ral, zyd: fix possible use-after-free. | Andriy Voskoboinyk | 2017-02-17 | 1 | -1/+1 |
* | net80211: ieee80211_ratectl*: switch to reusable KPI | Andriy Voskoboinyk | 2016-10-02 | 7 | -37/+37 |
* | ral (rt2860): eliminate duplicate ieee80211_process_callback() call | Andriy Voskoboinyk | 2016-09-30 | 1 | -4/+0 |
* | - Replace the magic numbers with something more readable. | Kevin Lo | 2016-06-08 | 2 | -5/+25 |
* | ral: add missing ic_getradiocaps() assignment. | Andriy Voskoboinyk | 2016-05-26 | 1 | -0/+1 |
* | ral: switch to ieee80211_add_channel_list_*() | Andriy Voskoboinyk | 2016-05-26 | 3 | -21/+96 |
* | Align radiotap structures in ral(4) | Stanislav Galabov | 2016-05-25 | 2 | -4/+4 |
* | The EEPROM is lying about antennas. Don't hardcode things based on the chip | Kevin Lo | 2016-05-17 | 3 | -47/+27 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -2/+2 |
* | net80211 + drivers: hide size of 'bands' array behind a macro. | Andriy Voskoboinyk | 2016-04-29 | 3 | -3/+3 |
* | sys/dev: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 2 | -2/+2 |
* | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
* | net80211 drivers: fix ieee80211_init_channels() usage | Andriy Voskoboinyk | 2016-01-07 | 3 | -18/+18 |
* | net80211: remove hardcoded slot time durations from drivers | Andriy Voskoboinyk | 2015-12-13 | 3 | -5/+5 |
* | Remove the static function declaration. | Kevin Lo | 2015-10-29 | 1 | -2/+1 |
* | - Add a missing prototype | Kevin Lo | 2015-10-29 | 2 | -13/+14 |
* | net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve... | Adrian Chadd | 2015-10-12 | 3 | -7/+1 |
* | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd | 2015-10-12 | 3 | -11/+0 |
* | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | Adrian Chadd | 2015-10-03 | 3 | -8/+4 |
* | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | Adrian Chadd | 2015-09-22 | 4 | -10/+7 |
* | net80211 & wireless drivers: remove duplicate defines (noop) | Adrian Chadd | 2015-09-22 | 3 | -22/+11 |
* | Fix a debug message which didn't quite get it right about eeprom version. | Kevin Lo | 2015-09-16 | 1 | -1/+1 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 7 | -544/+350 |
* | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 7 | -350/+544 |
* | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 7 | -544/+350 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 3 | -32/+29 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | Gleb Smirnoff | 2015-05-25 | 3 | -0/+3 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | Gleb Smirnoff | 2015-05-25 | 3 | -0/+3 |
* | Add preliminary support for the Ralink RT5390 and RT5392 chipsets. | Kevin Lo | 2015-02-11 | 3 | -121/+517 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 3 | -32/+32 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | Kevin Lo | 2014-01-08 | 3 | -7/+7 |
* | - Add support for using MSI instead of INTx, controllable via the tunable | Marius Strobl | 2013-12-29 | 1 | -44/+42 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 3 | -9/+9 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 3 | -0/+3 |
* | Implement basic 802.11n awareness in the PHY and AMRR rate control code. | Adrian Chadd | 2013-07-04 | 3 | -5/+6 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 3 | -10/+10 |