index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
Age
Commit message (
Expand
)
Author
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-11-14
staging: align to fix warnings of line over 80 characters
Jules Irenge
2019-11-11
staging: wfx: replace uintXX_t to uXX and intXX_t to sXX
Jules Irenge
2019-11-05
staging: wfx: Remove local variable used only in return statement.
Nachammai Karuppiah
2019-11-05
staging: wfx: replace 1 by true
Jules Irenge
2019-11-05
staging: wfx: replace 0 by NULL
Jules Irenge
2019-11-03
staging: wfx: Fix a memory leak in 'wfx_upload_beacon'
Christophe JAILLET
2019-10-26
staging: wfx: fix warnings of alignment should match open parenthesis
Jules Irenge
2019-10-26
staging: wfx: correct misspelled words
Jules Irenge
2019-10-26
staging: wfx: fix warnings of logical continuation
Jules Irenge
2019-10-26
staging: wfx: fix warning of line over 80 characters
Jules Irenge
2019-10-26
staging: wfx: fix warnings of no space is necessary
Jules Irenge
2019-10-26
staging: wfx: fix number of available tx_policies
Jérôme Pouiller
2019-10-26
staging: wfx: fix setting MAC address from DT
Jérôme Pouiller
2019-10-26
staging: wfx: fix Oops when CONFIG_OF_NET is not set
Jérôme Pouiller
2019-10-26
staging: wfx: fix CONFIG_MMC=m with CONFIG_WFX=y
Jérôme Pouiller
2019-10-26
staging: wfx: relocate wfx_fill_sl_key() in secure_link.h
Jérôme Pouiller
2019-10-26
staging: wfx: drop module version
Jérôme Pouiller
2019-10-14
staging: wfx: fix potential vulnerability to spectre
Jérôme Pouiller
2019-10-14
staging: wfx: fix error handling in wfx_tx_get_raw_link_id()
Jérôme Pouiller
2019-10-10
staging: wfx: fix spelling mistake "non existant" -> "non-existent"
Colin Ian King
2019-10-10
staging: wfx: Make some functions static in sta.c
zhengbin
2019-10-10
staging: wfx: Make function 'wfx_tx_queue_get' static
zhengbin
2019-10-10
staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' static
zhengbin
2019-10-10
staging: wfx: fix swapped arguments in memset call
Colin Ian King
2019-10-08
staging: wfx: fix spelling mistake "hexdecimal" -> "hexadecimal"
Colin Ian King
2019-10-08
staging: wfx: avoid namespace contamination
Jérôme Pouiller
2019-10-08
staging: wfx: drop calls to BUG_ON()
Jérôme Pouiller
2019-10-08
staging: wfx: fix copy_{to,from}_user() usage
Jérôme Pouiller
2019-10-08
staging: wfx: correctly cast data on big-endian targets
Jérôme Pouiller
2019-10-08
staging: wfx: le16_to_cpus() takes a reference as parameter
Jérôme Pouiller
2019-10-08
staging: wfx: remove misused call to cpu_to_le16()
Jérôme Pouiller
2019-10-08
staging: wfx: simplify memory allocation in wfx_update_filtering()
Jérôme Pouiller
2019-10-04
staging: wfx: implement the rest of mac80211 API
Jérôme Pouiller
2019-10-04
staging: wfx: implement 802.11 key handling
Jérôme Pouiller
2019-10-04
staging: wfx: allow to scan networks
Jérôme Pouiller
2019-10-04
staging: wfx: allow to receive 802.11 frames
Jérôme Pouiller
2019-10-04
staging: wfx: allow to send 802.11 frames
Jérôme Pouiller
2019-10-04
staging: wfx: add debug files and trace debug events
Jérôme Pouiller
2019-10-04
staging: wfx: setup initial chip configuration
Jérôme Pouiller
2019-10-04
staging: wfx: introduce "secure link"
Jérôme Pouiller
2019-10-04
staging: wfx: add HIF commands helpers
Jérôme Pouiller
2019-10-04
staging: wfx: allow to send commands to chip
Jérôme Pouiller
2019-10-04
staging: wfx: instantiate mac80211 data
Jérôme Pouiller
2019-10-04
staging: wfx: add support for start-up indication
Jérôme Pouiller
2019-10-04
staging: wfx: add tracepoints for HIF
Jérôme Pouiller
2019-10-04
staging: wfx: add IRQ handling
Jérôme Pouiller
2019-10-04
staging: wfx: import HIF API headers
Jérôme Pouiller
2019-10-04
staging: wfx: load firmware
Jérôme Pouiller
2019-10-04
staging: wfx: add tracepoints for I/O access
Jérôme Pouiller
[next]