summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2019-10-10staging: wfx: fix spelling mistake "non existant" -> "non-existent"Colin Ian King
2019-10-10staging: wfx: Make some functions static in sta.czhengbin
2019-10-10staging: wfx: Make function 'wfx_tx_queue_get' staticzhengbin
2019-10-10staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' staticzhengbin
2019-10-10staging: wfx: fix swapped arguments in memset callColin Ian King
2019-10-08staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"Colin Ian King
2019-10-08staging: wfx: avoid namespace contaminationJérôme Pouiller
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller
2019-10-08staging: wfx: fix copy_{to,from}_user() usageJérôme Pouiller
2019-10-08staging: wfx: correctly cast data on big-endian targetsJérôme Pouiller
2019-10-08staging: wfx: le16_to_cpus() takes a reference as parameterJérôme Pouiller
2019-10-08staging: wfx: remove misused call to cpu_to_le16()Jérôme Pouiller
2019-10-08staging: wfx: simplify memory allocation in wfx_update_filtering()Jérôme Pouiller
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller
2019-10-04staging: wfx: implement 802.11 key handlingJérôme Pouiller
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller
2019-10-04staging: wfx: allow to receive 802.11 framesJérôme Pouiller
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller
2019-10-04staging: wfx: add debug files and trace debug eventsJérôme Pouiller
2019-10-04staging: wfx: setup initial chip configurationJérôme Pouiller
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller
2019-10-04staging: wfx: add HIF commands helpersJérôme Pouiller
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller
2019-10-04staging: wfx: instantiate mac80211 dataJérôme Pouiller
2019-10-04staging: wfx: add support for start-up indicationJérôme Pouiller
2019-10-04staging: wfx: add tracepoints for HIFJérôme Pouiller
2019-10-04staging: wfx: add IRQ handlingJérôme Pouiller
2019-10-04staging: wfx: import HIF API headersJérôme Pouiller
2019-10-04staging: wfx: load firmwareJérôme Pouiller
2019-10-04staging: wfx: add tracepoints for I/O accessJérôme Pouiller
2019-10-04staging: wfx: add I/O APIJérôme Pouiller
2019-10-04staging: wfx: add support for I/O accessJérôme Pouiller
2019-10-04staging: wfx: add infrastructure for new driverJérôme Pouiller