summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)AuthorFilesLines
2020-09-13staging: wfx: drop useless struct hif_join_flagsJérôme Pouiller1-11/+7
2020-09-13staging: wfx: drop useless struct hif_ie_flagsJérôme Pouiller2-10/+6
2020-09-13staging: wfx: drop useless struct hif_reset_flagsJérôme Pouiller2-4/+4
2020-09-13staging: wfx: drop useless union hif_commands_idsJérôme Pouiller1-6/+0
2020-09-13staging: wfx: drop useless enum hif_beaconJérôme Pouiller1-5/+0
2020-09-13staging: wfx: drop useless functionJérôme Pouiller4-22/+0
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller7-145/+2
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller8-281/+8
2020-09-13staging: wfx: keep API error list up-to-dateJérôme Pouiller2-0/+3
2020-09-13staging: wfx: simplify hif_set_association_mode()Jérôme Pouiller3-19/+23
2020-09-13staging: wfx: relocate wfx_join() beside wfx_join_finalize()Jérôme Pouiller1-50/+50
2020-09-13staging: wfx: improve readability of association processingJérôme Pouiller1-27/+26
2020-08-28staging: wfx: add workaround for 'timeout while wake up chip'Jérôme Pouiller1-4/+19
2020-08-28staging: wfx: remove useless extra jiffyJérôme Pouiller1-1/+1
2020-08-28staging: wfx: enable powersave on probeJérôme Pouiller1-1/+0
2020-08-28staging: wfx: scan while AP is supportedJérôme Pouiller2-4/+1
2020-08-28staging: wfx: fix potential use before initJérôme Pouiller1-14/+14
2020-08-28staging: wfx: fix frame reorderingJérôme Pouiller1-9/+10
2020-08-28staging: wfx: drop useless field from struct wfx_tx_privJérôme Pouiller2-14/+5
2020-08-28staging: wfx: fix support for cipher AES_CMAC (multicast PMF)Jérôme Pouiller2-4/+5
2020-08-28staging: wfx: fix spaces around binary operatorsJérôme Pouiller1-3/+3
2020-08-28staging: wfx: fix BA when MFP is disabled but BSS is MFP capableJérôme Pouiller1-31/+3
2020-08-28staging: wfx: improve usage of hif_map_link()Jérôme Pouiller3-5/+7
2020-08-28staging: wfx: fix BA when device is AP and MFP is enabledJérôme Pouiller1-1/+27
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King8-11/+11
2020-08-18staging: wfx: clear alignment style issuesTomer Samara1-1/+1
2020-07-30staging: wfx: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-07-28staging: wfx: Remove unnecessary return variableSumera Priyadarsini1-6/+5
2020-07-10staging: wfx: Get descriptors for GPIOsLinus Walleij3-49/+14
2020-07-10staging: wfx: fix uninitialized variable bytes_doneColin Ian King1-1/+1
2020-07-03staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller3-22/+4
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller5-3/+33
2020-07-03staging: wfx: fix CCMP/TKIP replay protectionJérôme Pouiller2-6/+28
2020-07-03staging: wfx: simplify handling of encrypted framesJérôme Pouiller1-58/+2
2020-07-03staging: wfx: fix handling of frames without RSSI dataJérôme Pouiller1-6/+4
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller4-62/+0
2020-07-03staging: wfx: fix unexpected calls to ieee80211_sta_set_buffered()Jérôme Pouiller1-3/+0
2020-07-03staging: wfx: improve protection against malformed HIF messagesJérôme Pouiller1-14/+20
2020-07-03staging: wfx: load the firmware fasterJérôme Pouiller1-5/+4
2020-07-03staging: wfx: add tracepoint "queues_stats"Jérôme Pouiller2-0/+54
2020-07-03staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller5-30/+26
2020-07-03staging: wfx: check the vif ID of the Tx confirmationsJérôme Pouiller1-1/+5
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller6-112/+112
2020-06-29Merge 5.8-rc3 into staging-nextGreg Kroah-Hartman4-18/+17
2020-06-16staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' staticJulius Hemanth Pitti1-2/+2
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller3-6/+8
2020-06-16staging: wfx: drop useless loopJérôme Pouiller1-11/+8
2020-06-16staging: wfx: fix AC priorityJérôme Pouiller1-1/+1
2020-05-27staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller1-18/+31
2020-05-27staging: wfx: retrieve the PS status from the vifJérôme Pouiller1-1/+1