summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ralink/rt2x00/rt2x00dev.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-08wifi: rt2x00: restart beacon queue when hardware resetShiji Yang1-0/+3
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-1/+1
2023-04-03wifi: rt2x00: Fix memory leak when handling surveysArmin Wolf1-0/+1
2022-09-24wifi: rt2x00: add throughput LED triggerDavid Bauer1-0/+18
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+1
2020-11-11rt2x00: remove WDS codeJohannes Berg1-5/+1
2020-08-27rt2x00: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+2
2020-08-02rt2x00: pci: use generic power managementVaibhav Gupta1-3/+1
2019-12-18rt2x00: implement reconfig_completeStanislaw Gruszka1-11/+0
2019-09-03rt2x00: do not set IEEE80211_TX_STAT_AMPDU_NO_BACK on tx statusStanislaw Gruszka1-3/+0
2019-08-20rt2x00: clear IV's on start to fix AP mode regressionStanislaw Gruszka1-5/+8
2019-06-25rt2x00: add restart hwStanislaw Gruszka1-2/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-12/+1
2019-05-06net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-25rt2800mmio: use timer and work for handling tx statuses timeoutsStanislaw Gruszka1-0/+4
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-1/+3
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-1/+2
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller1-0/+3
2017-03-08rt2x00: fixup fill_tx_status for nomatch caseStanislaw Gruszka1-1/+5
2017-03-08rt2x00: add txdone nomatch functionStanislaw Gruszka1-0/+50
2017-03-08rt2x00: separte clearing entry from rt2x00lib_txdoneStanislaw Gruszka1-22/+29
2017-03-08rt2x00: separte filling tx status from rt2x00lib_txdoneStanislaw Gruszka1-65/+76
2017-03-06wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski1-0/+3
2017-02-08rt2x00: call entry directly in rt2x00_dump_frameStanislaw Gruszka1-2/+2
2017-02-07rt2x00: avoid introducing a USB dependency in the rt2x00lib moduleStanislaw Gruszka1-15/+8
2016-12-30rt2x00: add mutex to synchronize config and link tunerStanislaw Gruszka1-0/+1
2016-12-30rt2x00: merge agc and vco works with link tunerStanislaw Gruszka1-6/+0
2016-11-28Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller1-1/+18
2016-11-23rt2x00: Fix incorrect usage of CONFIG_RT2X00_LIB_USBVishal Thanki1-1/+1
2016-11-09rt2x00: add support for mac addr from device treeMathias Kresin1-0/+17
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg1-2/+4
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-20/+20
2016-04-06rt2x00usb: Use usb anchor to manage URBVishal Thanki1-0/+3
2015-11-18rt2x00: move under ralink vendor directoryKalle Valo1-0/+1549