aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-10staging: wfx: wfx_init_common() returns NULL on errorJérôme Pouiller1-1/+1
2020-10-10staging: wfx: check memory allocationJérôme Pouiller1-1/+7
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop useless structs only used in hif_ind_startupJérôme Pouiller1-5/+4
2020-09-13staging: wfx: drop multicast filteringJérôme Pouiller1-1/+0
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller1-7/+2
2020-08-28staging: wfx: enable powersave on probeJérôme Pouiller1-1/+0
2020-08-28staging: wfx: scan while AP is supportedJérôme Pouiller1-0/+1
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King1-1/+1
2020-07-10staging: wfx: Get descriptors for GPIOsLinus Walleij1-40/+7
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller1-0/+1
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller1-1/+2
2020-05-27staging: wfx: add support for tx_power_loopJérôme Pouiller1-0/+2
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller1-7/+10
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller1-1/+1
2020-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller1-2/+2
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller1-2/+2
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller1-0/+1
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller1-8/+20
2020-05-13staging: wfx: fix double freeJérôme Pouiller1-1/+0
2020-05-13staging: wfx: reduce timeout for chip initial start upJérôme Pouiller1-2/+1
2020-04-28staging: wfx: fix highest Rx value declared in ieee80211_supported_bandJérôme Pouiller1-1/+1
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller1-0/+2
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller1-0/+1
2020-04-16staging: wfx: do not wait for a dtim before associateJérôme Pouiller1-1/+0
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller1-0/+2
2020-04-13staging: wfx: implement start_ap/stop_apJérôme Pouiller1-0/+2
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller1-1/+1
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller1-1/+0
2020-04-13staging: wfx: drop useless sta_asleep_maskJérôme Pouiller1-1/+0
2020-02-11staging: wfx: use sleeping gpio accessorsMichał Mirosław1-1/+1
2020-02-11staging: wfx: fix init/remove vs IRQ raceMichał Mirosław1-8/+13
2020-01-16staging: wfx: update power-save per interfaceJérôme Pouiller1-1/+1
2020-01-16staging: wfx: add missing PROBE_RESP_OFFLOAD featureJérôme Pouiller1-0/+5
2019-12-18staging: wfx: implement cancel_hw_scan()Jérôme Pouiller1-0/+1
2019-12-18staging: wfx: take advantage of IS_ERR_OR_NULL()Jérôme Pouiller1-1/+1
2019-12-18staging: wfx: firmware does not support more than 32 total retriesJérôme Pouiller1-1/+1
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-20/+41
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: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller1-28/+1
2019-10-26staging: wfx: drop module versionJérôme Pouiller1-4/+0
2019-10-08staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"Colin Ian King1-1/+1
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-0/+133
2019-10-04staging: wfx: implement 802.11 key handlingJérôme Pouiller1-0/+2
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-0/+5
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+4
2019-10-04staging: wfx: add debug files and trace debug eventsJérôme Pouiller1-0/+2
2019-10-04staging: wfx: setup initial chip configurationJérôme Pouiller1-0/+94