index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
/
hif_rx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
wfx: get out from the staging area
Jérôme Pouiller
1
-391
/
+0
2022-02-25
staging: wfx: format code on 100 columns
Jérôme Pouiller
1
-2
/
+1
2022-01-25
staging: wfx: do not display functions names in logs
Jérôme Pouiller
1
-2
/
+1
2022-01-25
staging: wfx: reformat comments on 100 columns
Jérôme Pouiller
1
-3
/
+1
2022-01-25
staging: wfx: reformat code on 100 columns
Jérôme Pouiller
1
-40
/
+20
2022-01-25
staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_
Jérôme Pouiller
1
-2
/
+2
2022-01-25
staging: wfx: prefix structs hif_* with wfx_
Jérôme Pouiller
1
-28
/
+29
2022-01-25
staging: wfx: prefix functions from hif_*.h with wfx_
Jérôme Pouiller
1
-50
/
+53
2022-01-25
staging: wfx: preserve endianness of struct hif_ind_startup
Jérôme Pouiller
1
-5
/
+0
2022-01-25
stagigg: wfx: replace magic number by HIF_ID_IS_INDICATION
Jérôme Pouiller
1
-1
/
+1
2021-09-14
staging: wfx: avoid c99 comments
Jérôme Pouiller
1
-8
/
+9
2021-09-14
staging: wfx: remove references to WFxxx in comments
Jérôme Pouiller
1
-2
/
+1
2021-09-14
staging: wfx: avoid possible lock-up during scan
Jérôme Pouiller
1
-1
/
+2
2021-03-10
staging: wfx: logical continuations should be on the previous line
zhuo1angt@outlook.com
1
-3
/
+3
2020-10-10
staging: wfx: drop unicode characters from strings
Jérôme Pouiller
1
-1
/
+1
2020-10-10
staging: wfx: gpiod_get_value() can return an error
Jérôme Pouiller
1
-2
/
+2
2020-10-10
staging: wfx: increase robustness of hif_generic_confirm()
Jérôme Pouiller
1
-2
/
+2
2020-10-10
staging: wfx: standardize the error when vif does not exist
Jérôme Pouiller
1
-10
/
+24
2020-10-07
staging: wfx: update copyrights dates
Jérôme Pouiller
1
-1
/
+1
2020-09-13
staging: wfx: drop async field from struct hif_cmd
Jérôme Pouiller
1
-6
/
+1
2020-09-13
staging: wfx: drop useless union hif_indication_data
Jérôme Pouiller
1
-6
/
+5
2020-09-13
staging: wfx: drop useless struct hif_suspend_resume_flags
Jérôme Pouiller
1
-3
/
+3
2020-09-13
staging: wfx: drop 'secure link' feature
Jérôme Pouiller
1
-19
/
+0
2020-09-13
staging: wfx: keep API error list up-to-date
Jérôme Pouiller
1
-0
/
+2
2020-08-18
staging: wfx: fix a handful of spelling mistakes
Colin Ian King
1
-1
/
+1
2020-07-03
staging: wfx: always enable FastPs in combo with new firmwares
Jérôme Pouiller
1
-7
/
+1
2020-07-03
staging: wfx: correctly retrieve vif ID from Tx confirmation
Jérôme Pouiller
1
-12
/
+2
2020-05-27
staging: wfx: add support for tx_power_loop
Jérôme Pouiller
1
-0
/
+7
2020-05-13
staging: wfx: fix endianness of the field 'status'
Jérôme Pouiller
1
-1
/
+1
2020-05-13
staging: wfx: fix access to le32 attribute 'len'
Jérôme Pouiller
1
-3
/
+3
2020-05-13
staging: wfx: fix endianness of the struct hif_ind_startup
Jérôme Pouiller
1
-4
/
+4
2020-05-13
staging: wfx: fix access to le32 attribute 'indication_type'
Jérôme Pouiller
1
-4
/
+4
2020-05-13
staging: wfx: fix access to le32 attribute 'event_id'
Jérôme Pouiller
1
-2
/
+3
2020-05-13
staging: wfx: fix access to le32 attribute 'ps_mode_error'
Jérôme Pouiller
1
-3
/
+4
2020-05-13
staging: wfx: take advantage of le32_to_cpup()
Jérôme Pouiller
1
-1
/
+1
2020-05-13
staging: wfx: remove spaces after cast operator
Jérôme Pouiller
1
-1
/
+1
2020-04-28
staging: wfx: update list of errors
Jérôme Pouiller
1
-45
/
+69
2020-04-28
staging: wfx: fix display of exception indication
Jérôme Pouiller
1
-3
/
+9
2020-04-28
staging: wfx: add an explicit warning when chip detect too high temperature
Jérôme Pouiller
1
-0
/
+4
2020-04-28
staging: wfx: add support for 'device too hot' indication
Jérôme Pouiller
1
-6
/
+14
2020-04-28
staging: wfx: fix support for AP that do not support PS-Poll
Jérôme Pouiller
1
-1
/
+7
2020-04-28
staging: wfx: mark chip frozen on error indication
Jérôme Pouiller
1
-0
/
+1
2020-04-28
staging: wfx: change the field chip_frozen into a boolean
Jérôme Pouiller
1
-1
/
+1
2020-04-23
staging: wfx: handle firmware events synchronously
Jérôme Pouiller
1
-17
/
+22
2020-01-16
staging: wfx: simplify hif_multi_tx_confirm()
Jérôme Pouiller
1
-8
/
+3
2020-01-16
staging: wfx: simplify wfx_suspend_resume_mc()
Jérôme Pouiller
1
-1
/
+5
2020-01-16
staging: wfx: simplify wfx_scan_complete()
Jérôme Pouiller
1
-2
/
+1
2019-12-18
staging: wfx: rewrite wfx_hw_scan()
Jérôme Pouiller
1
-1
/
+1
2019-12-18
staging: wfx: ensure that received hif messages are never modified
Jérôme Pouiller
1
-42
/
+52
2019-12-18
staging: wfx: improve error message on unexpected confirmation
Jérôme Pouiller
1
-1
/
+6
[next]