aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05staging: wfx: Remove local variable used only in return statement.Nachammai Karuppiah1-4/+1
2019-11-05staging: wfx: replace 1 by trueJules Irenge2-2/+2
2019-11-05staging: wfx: replace 0 by NULLJules Irenge1-1/+1
2019-11-03staging: wfx: Fix a memory leak in 'wfx_upload_beacon'Christophe JAILLET1-2/+1
2019-10-26staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge3-8/+10
2019-10-26staging: wfx: correct misspelled wordsJules Irenge1-2/+2
2019-10-26staging: wfx: fix warnings of logical continuationJules Irenge1-7/+7
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge6-49/+102
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge6-24/+24
2019-10-26staging: wfx: fix number of available tx_policiesJérôme Pouiller1-1/+1
2019-10-26staging: wfx: fix setting MAC address from DTJérôme Pouiller1-1/+2
2019-10-26staging: wfx: fix Oops when CONFIG_OF_NET is not setJérôme Pouiller1-1/+1
2019-10-26staging: wfx: fix CONFIG_MMC=m with CONFIG_WFX=yJérôme Pouiller1-0/+1
2019-10-26staging: wfx: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller3-29/+10
2019-10-26staging: wfx: drop module versionJérôme Pouiller3-10/+0
2019-10-14staging: wfx: fix potential vulnerability to spectreJérôme Pouiller1-0/+2
2019-10-14staging: wfx: fix error handling in wfx_tx_get_raw_link_id()Jérôme Pouiller1-1/+2
2019-10-10staging: wfx: fix spelling mistake "non existant" -> "non-existent"Colin Ian King1-1/+1
2019-10-10staging: wfx: Make some functions static in sta.czhengbin1-8/+8
2019-10-10staging: wfx: Make function 'wfx_tx_queue_get' staticzhengbin1-1/+3
2019-10-10staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' staticzhengbin1-2/+3
2019-10-10staging: wfx: fix swapped arguments in memset callColin Ian King1-1/+1
2019-10-08staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"Colin Ian King2-2/+2
2019-10-08staging: wfx: avoid namespace contaminationJérôme Pouiller3-19/+19
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller8-28/+28
2019-10-08staging: wfx: fix copy_{to,from}_user() usageJérôme Pouiller1-3/+2
2019-10-08staging: wfx: correctly cast data on big-endian targetsJérôme Pouiller1-1/+1
2019-10-08staging: wfx: le16_to_cpus() takes a reference as parameterJérôme Pouiller1-2/+2
2019-10-08staging: wfx: remove misused call to cpu_to_le16()Jérôme Pouiller1-1/+1
2019-10-08staging: wfx: simplify memory allocation in wfx_update_filtering()Jérôme Pouiller2-16/+22
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller11-3/+1907
2019-10-04staging: wfx: implement 802.11 key handlingJérôme Pouiller6-0/+306
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller9-2/+348
2019-10-04staging: wfx: allow to receive 802.11 framesJérôme Pouiller4-0/+224
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller13-0/+1783
2019-10-04staging: wfx: add debug files and trace debug eventsJérôme Pouiller4-0/+203
2019-10-04staging: wfx: setup initial chip configurationJérôme Pouiller6-0/+138
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller9-2/+156
2019-10-04staging: wfx: add HIF commands helpersJérôme Pouiller3-0/+689
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller9-1/+309
2019-10-04staging: wfx: instantiate mac80211 dataJérôme Pouiller7-2/+145
2019-10-04staging: wfx: add support for start-up indicationJérôme Pouiller6-1/+129
2019-10-04staging: wfx: add tracepoints for HIFJérôme Pouiller2-0/+216
2019-10-04staging: wfx: add IRQ handlingJérôme Pouiller8-1/+345
2019-10-04staging: wfx: import HIF API headersJérôme Pouiller3-0/+1676
2019-10-04staging: wfx: load firmwareJérôme Pouiller8-0/+450
2019-10-04staging: wfx: add tracepoints for I/O accessJérôme Pouiller4-1/+175
2019-10-04staging: wfx: add I/O APIJérôme Pouiller3-0/+355
2019-10-04staging: wfx: add support for I/O accessJérôme Pouiller7-2/+561
2019-10-04staging: wfx: add infrastructure for new driverJérôme Pouiller9-0/+322