aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18staging: wfx: fix wrong error messageJérôme Pouiller1-1/+3
2019-12-18staging: wfx: fix hif_set_mfp() with big endian hostsJérôme Pouiller1-1/+0
2019-12-18staging: wfx: detect race condition in WEP authenticationJérôme Pouiller1-0/+1
2019-12-18staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1MbpsJérôme Pouiller1-0/+11
2019-12-18staging: wfx: fix rate control handlingJérôme Pouiller1-3/+3
2019-12-18staging: wfx: firmware does not support more than 32 total retriesJérôme Pouiller1-1/+1
2019-12-18staging: wfx: use boolean appropriatelyJérôme Pouiller2-3/+3
2019-12-18staging: wfx: fix counter overflowJérôme Pouiller1-1/+1
2019-12-18staging: wfx: fix case of lack of tx_retry_policiesJérôme Pouiller1-2/+5
2019-12-18staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller3-3/+7
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge18-195/+407
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge14-643/+649
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