summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: fix wrong error messageJérôme Pouiller2019-12-181-1/+3
* staging: wfx: fix hif_set_mfp() with big endian hostsJérôme Pouiller2019-12-181-1/+0
* staging: wfx: detect race condition in WEP authenticationJérôme Pouiller2019-12-181-0/+1
* staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1MbpsJérôme Pouiller2019-12-181-0/+11
* staging: wfx: fix rate control handlingJérôme Pouiller2019-12-181-3/+3
* staging: wfx: firmware does not support more than 32 total retriesJérôme Pouiller2019-12-181-1/+1
* staging: wfx: use boolean appropriatelyJérôme Pouiller2019-12-182-3/+3
* staging: wfx: fix counter overflowJérôme Pouiller2019-12-181-1/+1
* staging: wfx: fix case of lack of tx_retry_policiesJérôme Pouiller2019-12-181-2/+5
* staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller2019-12-183-3/+7
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* staging: align to fix warnings of line over 80 charactersJules Irenge2019-11-1418-195/+407
* staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge2019-11-1114-643/+649
* staging: wfx: Remove local variable used only in return statement.Nachammai Karuppiah2019-11-051-4/+1
* staging: wfx: replace 1 by trueJules Irenge2019-11-052-2/+2
* staging: wfx: replace 0 by NULLJules Irenge2019-11-051-1/+1
* staging: wfx: Fix a memory leak in 'wfx_upload_beacon'Christophe JAILLET2019-11-031-2/+1
* staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge2019-10-263-8/+10
* staging: wfx: correct misspelled wordsJules Irenge2019-10-261-2/+2
* staging: wfx: fix warnings of logical continuationJules Irenge2019-10-261-7/+7
* staging: wfx: fix warning of line over 80 charactersJules Irenge2019-10-266-49/+102
* staging: wfx: fix warnings of no space is necessaryJules Irenge2019-10-266-24/+24
* staging: wfx: fix number of available tx_policiesJérôme Pouiller2019-10-261-1/+1
* staging: wfx: fix setting MAC address from DTJérôme Pouiller2019-10-261-1/+2
* staging: wfx: fix Oops when CONFIG_OF_NET is not setJérôme Pouiller2019-10-261-1/+1
* staging: wfx: fix CONFIG_MMC=m with CONFIG_WFX=yJérôme Pouiller2019-10-261-0/+1
* staging: wfx: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller2019-10-263-29/+10
* staging: wfx: drop module versionJérôme Pouiller2019-10-263-10/+0
* staging: wfx: fix potential vulnerability to spectreJérôme Pouiller2019-10-141-0/+2
* staging: wfx: fix error handling in wfx_tx_get_raw_link_id()Jérôme Pouiller2019-10-141-1/+2
* staging: wfx: fix spelling mistake "non existant" -> "non-existent"Colin Ian King2019-10-101-1/+1
* staging: wfx: Make some functions static in sta.czhengbin2019-10-101-8/+8
* staging: wfx: Make function 'wfx_tx_queue_get' staticzhengbin2019-10-101-1/+3
* staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' staticzhengbin2019-10-101-2/+3
* staging: wfx: fix swapped arguments in memset callColin Ian King2019-10-101-1/+1
* staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"Colin Ian King2019-10-082-2/+2
* staging: wfx: avoid namespace contaminationJérôme Pouiller2019-10-083-19/+19
* staging: wfx: drop calls to BUG_ON()Jérôme Pouiller2019-10-088-28/+28
* staging: wfx: fix copy_{to,from}_user() usageJérôme Pouiller2019-10-081-3/+2
* staging: wfx: correctly cast data on big-endian targetsJérôme Pouiller2019-10-081-1/+1
* staging: wfx: le16_to_cpus() takes a reference as parameterJérôme Pouiller2019-10-081-2/+2
* staging: wfx: remove misused call to cpu_to_le16()Jérôme Pouiller2019-10-081-1/+1
* staging: wfx: simplify memory allocation in wfx_update_filtering()Jérôme Pouiller2019-10-082-16/+22
* staging: wfx: implement the rest of mac80211 APIJérôme Pouiller2019-10-0411-3/+1907
* staging: wfx: implement 802.11 key handlingJérôme Pouiller2019-10-046-0/+306
* staging: wfx: allow to scan networksJérôme Pouiller2019-10-049-2/+348
* staging: wfx: allow to receive 802.11 framesJérôme Pouiller2019-10-044-0/+224
* staging: wfx: allow to send 802.11 framesJérôme Pouiller2019-10-0413-0/+1783
* staging: wfx: add debug files and trace debug eventsJérôme Pouiller2019-10-044-0/+203
* staging: wfx: setup initial chip configurationJérôme Pouiller2019-10-046-0/+138