summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge
2019-11-05staging: wfx: Remove local variable used only in return statement.Nachammai Karuppiah
2019-11-05staging: wfx: replace 1 by trueJules Irenge
2019-11-05staging: wfx: replace 0 by NULLJules Irenge
2019-11-03staging: wfx: Fix a memory leak in 'wfx_upload_beacon'Christophe JAILLET
2019-10-26staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge
2019-10-26staging: wfx: correct misspelled wordsJules Irenge
2019-10-26staging: wfx: fix warnings of logical continuationJules Irenge
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge
2019-10-26staging: wfx: fix number of available tx_policiesJérôme Pouiller
2019-10-26staging: wfx: fix setting MAC address from DTJérôme Pouiller
2019-10-26staging: wfx: fix Oops when CONFIG_OF_NET is not setJérôme Pouiller
2019-10-26staging: wfx: fix CONFIG_MMC=m with CONFIG_WFX=yJérôme Pouiller
2019-10-26staging: wfx: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller
2019-10-26staging: wfx: drop module versionJérôme Pouiller
2019-10-14staging: wfx: fix potential vulnerability to spectreJérôme Pouiller
2019-10-14staging: wfx: fix error handling in wfx_tx_get_raw_link_id()Jérôme Pouiller
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