summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/main.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: firmware does not support more than 32 total retriesJérôme Pouiller2019-12-181-1/+1
* staging: align to fix warnings of line over 80 charactersJules Irenge2019-11-141-20/+41
* 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: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller2019-10-261-28/+1
* staging: wfx: drop module versionJérôme Pouiller2019-10-261-4/+0
* staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"Colin Ian King2019-10-081-1/+1
* staging: wfx: implement the rest of mac80211 APIJérôme Pouiller2019-10-041-0/+133
* staging: wfx: implement 802.11 key handlingJérôme Pouiller2019-10-041-0/+2
* staging: wfx: allow to scan networksJérôme Pouiller2019-10-041-0/+5
* staging: wfx: allow to send 802.11 framesJérôme Pouiller2019-10-041-0/+4
* staging: wfx: add debug files and trace debug eventsJérôme Pouiller2019-10-041-0/+2
* staging: wfx: setup initial chip configurationJérôme Pouiller2019-10-041-0/+94
* staging: wfx: introduce "secure link"Jérôme Pouiller2019-10-041-0/+36
* staging: wfx: allow to send commands to chipJérôme Pouiller2019-10-041-0/+1
* staging: wfx: instantiate mac80211 dataJérôme Pouiller2019-10-041-2/+39
* staging: wfx: add support for start-up indicationJérôme Pouiller2019-10-041-0/+45
* staging: wfx: add IRQ handlingJérôme Pouiller2019-10-041-0/+21
* staging: wfx: load firmwareJérôme Pouiller2019-10-041-0/+20
* staging: wfx: add support for I/O accessJérôme Pouiller2019-10-041-0/+53
* staging: wfx: add infrastructure for new driverJérôme Pouiller2019-10-041-0/+47