summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/main.c
AgeCommit message (Expand)Author
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller
2020-04-16staging: wfx: do not wait for a dtim before associateJérôme Pouiller
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller
2020-04-13staging: wfx: implement start_ap/stop_apJérôme Pouiller
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller
2020-04-13staging: wfx: repair wfx_flush()Jérôme Pouiller
2020-04-13staging: wfx: drop useless sta_asleep_maskJérôme Pouiller
2020-02-11staging: wfx: use sleeping gpio accessorsMichał Mirosław
2020-02-11staging: wfx: fix init/remove vs IRQ raceMichał Mirosław
2020-01-16staging: wfx: update power-save per interfaceJérôme Pouiller
2020-01-16staging: wfx: add missing PROBE_RESP_OFFLOAD featureJérôme Pouiller
2019-12-18staging: wfx: implement cancel_hw_scan()Jérôme Pouiller
2019-12-18staging: wfx: take advantage of IS_ERR_OR_NULL()Jérôme Pouiller
2019-12-18staging: wfx: firmware does not support more than 32 total retriesJérôme Pouiller
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge
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: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller
2019-10-26staging: wfx: drop module versionJérôme Pouiller
2019-10-08staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"Colin Ian King
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 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: 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 IRQ handlingJérôme Pouiller
2019-10-04staging: wfx: load firmwareJé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