aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ral/rt2860.c
Commit message (Expand)AuthorAgeFilesLines
* 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