summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-13staging: vt6656: Remove unnecessary local variable initializationOscar Carter1-1/+1
2020-04-13staging: vt6656: rxtx remove rate change and current_rate.Malcolm Priestley2-12/+4
2020-04-13staging: vt6556: vnt_rf_setpower convert to use ieee80211_channel.Malcolm Priestley4-58/+43
2020-04-13staging: vc04_services: remove set but not used 'local_entity_uc'Jason Yan1-2/+2
2020-04-13staging: rtl8188eu: remove 5 GHz if testMichael Straube1-1/+1
2020-04-13staging: mt7621-pci: fix PCIe interrupt mappingSergio Paracuellos2-7/+38
2020-04-13staging: mt7621-pci-phy: dt: bindings: remove bindings txt fileSergio Paracuellos1-28/+0
2020-04-13staging: mt7621-pci-phy: dt: bindings: add mediatek, mt7621-pci-phy.yamlSergio Paracuellos1-0/+36
2020-04-13staging: mt7621-pci: properly power off dual-ported pcie phySergio Paracuellos1-2/+10
2020-04-13staging: wfx: drop useless update of macaddrJérôme Pouiller1-1/+0
2020-04-13staging: wfx: drop unused attribute 'beacon_int'Jérôme Pouiller2-6/+0
2020-04-13staging: wfx: check value of beacon_intJérôme Pouiller1-0/+2
2020-04-13staging: wfx: re-enable BA after resetJérôme Pouiller1-8/+4
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller3-2/+21
2020-04-13staging: wfx: allow to join IBSS networksJérôme Pouiller1-1/+1
2020-04-13staging: wfx: avoid duplicate updating of beacon templateJérôme Pouiller1-11/+1
2020-04-13staging: wfx: remove unnecessary conditions in wfx_bss_info_changed()Jérôme Pouiller1-4/+3
2020-04-13staging: wfx: request to send beacons in IBSS modeJérôme Pouiller1-2/+1
2020-04-13staging: wfx: drop unnecessary condition checks in wfx_upload_ap_templates()Jérôme Pouiller1-5/+0
2020-04-13staging: wfx: disabling keep alive during unjoin is uselessJérôme Pouiller1-1/+0
2020-04-13staging: wfx: fix support for BSS_CHANGED_KEEP_ALIVEJérôme Pouiller1-1/+5
2020-04-13staging: wfx: remove useless call to wfx_tx_flush()Jérôme Pouiller1-2/+0
2020-04-13staging: wfx: change the way the station associate to an APJérôme Pouiller1-45/+17
2020-04-13staging: wfx: set all parameters before starting APJérôme Pouiller1-1/+1
2020-04-13staging: wfx: implement start_ap/stop_apJérôme Pouiller3-45/+30
2020-04-13staging: wfx: call wfx_do_unjoin() synchronouslyJérôme Pouiller2-37/+12
2020-04-13staging: wfx: reduce hold duration of cfg80211_bssJérôme Pouiller1-2/+1
2020-04-13staging: wfx: fix race between configure_filter and remove_interfaceJérôme Pouiller2-2/+4
2020-04-13staging: wfx: send just necessary bytesJérôme Pouiller2-2/+5
2020-04-13staging: wfx: make hif_ie_table_entry constJérôme Pouiller3-5/+5
2020-04-13staging: wfx: allow to connect an IBSS with an existing SSIDJérôme Pouiller1-1/+1
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller6-391/+444
2020-04-13staging: wfx: align members declarations in hif APIJérôme Pouiller3-572/+572
2020-04-13staging: wfx: fix endianness of hif APIJérôme Pouiller3-150/+150
2020-04-13staging: wfx: remove useless definesJérôme Pouiller2-26/+12
2020-04-13staging: wfx: remove unused definitions from the hif APIJérôme Pouiller3-263/+0
2020-04-13staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif...Jérôme Pouiller3-11/+10
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller5-6/+6
2020-04-13staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUTJérôme Pouiller1-1/+0
2020-04-13staging: rtl8723bs: hal: Correct misspelled symbolic nameR Veera Kumar1-2/+2
2020-04-13staging: rtl8723bs: hal: Correct misspelt enum nameR Veera Kumar1-1/+1
2020-04-13staging: rtl8723bs: Correct misspelt symbolic namesR Veera Kumar2-8/+8
2020-04-13staging: wfx: remove hack about tx_rate policiesJérôme Pouiller1-53/+0
2020-04-13staging: wfx: fix case where AP stop with CAB traffic pendingJérôme Pouiller1-1/+14
2020-04-13staging: wfx: fix potential deadlock in wfx_tx_flush()Jérôme Pouiller1-0/+2
2020-04-13staging: wfx: wfx_flush() did not ensure that frames are processedJérôme Pouiller1-2/+2
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller7-122/+113
2020-04-13staging: wfx: relocate wfx_skb_dtor() prior its callersJérôme Pouiller1-35/+37
2020-04-13staging: wfx: improve interface between data_tx.c and queue.cJérôme Pouiller3-17/+8
2020-04-13staging: wfx: simplify usage of wfx_tx_queues_put()Jérôme Pouiller3-6/+5