index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()
Jérôme Pouiller
1
-18
/
+31
2020-05-27
staging: wfx: retrieve the PS status from the vif
Jérôme Pouiller
1
-1
/
+1
2020-05-27
staging: wfx: add support for tx_power_loop
Jérôme Pouiller
5
-3
/
+52
2020-05-27
staging: wfx: drop unused function wfx_pending_requeue()
Jérôme Pouiller
2
-14
/
+0
2020-05-27
staging: wfx: do not declare variables inside loops
Jérôme Pouiller
1
-4
/
+2
2020-05-27
staging: wfx: drop unused variable
Jérôme Pouiller
1
-5
/
+0
2020-05-25
Merge 5.7-rc7 into staging-next
Greg Kroah-Hartman
1
-1
/
+3
2020-05-19
staging: wfx: Typo fix
Mohamed Dawod
1
-3
/
+3
2020-05-15
staging: wfx: remove false positive warning
Jérôme Pouiller
1
-2
/
+4
2020-05-15
staging: wfx: trace acknowledges not linked to any stations
Jérôme Pouiller
1
-0
/
+3
2020-05-15
staging: wfx: remove false-positive WARN()
Jérôme Pouiller
1
-7
/
+0
2020-05-15
staging: wfx: fix error reporting in wfx_start_ap()
Jérôme Pouiller
1
-2
/
+5
2020-05-15
staging: wfx: drop unnecessary filter configuration when disabling filter
Jérôme Pouiller
1
-1
/
+0
2020-05-15
staging: wfx: fix PS parameters when multiple vif are in use
Jérôme Pouiller
1
-7
/
+13
2020-05-15
staging: wfx: fix potential dead lock between join and scan
Jérôme Pouiller
3
-0
/
+10
2020-05-15
staging: wfx: merge wfx_stop_ap() with wfx_reset()
Jérôme Pouiller
1
-5
/
+1
2020-05-15
staging: wfx: rename wfx_do_unjoin() into wfx_reset()
Jérôme Pouiller
2
-17
/
+16
2020-05-15
staging: wfx: fix potential use-after-free
Jérôme Pouiller
1
-1
/
+1
2020-05-15
staging: wfx: call wfx_tx_update_sta() before to destroy tx_priv
Jérôme Pouiller
1
-16
/
+23
2020-05-15
staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb()
Jérôme Pouiller
1
-30
/
+33
2020-05-15
staging: wfx: fix status of dropped frames
Jérôme Pouiller
1
-0
/
+1
2020-05-15
staging: wfx: fix indentation
Jérôme Pouiller
1
-3
/
+3
2020-05-15
staging: wfx: fix value of scan timeout
Jérôme Pouiller
1
-1
/
+1
2020-05-15
staging: wfx: check pointers returned by allocations
Jérôme Pouiller
2
-0
/
+45
2020-05-15
staging: wfx: apply 80-columns rule to strings
Jérôme Pouiller
5
-16
/
+20
2020-05-15
staging: wfx: fix warning when unregister a frozen device
Jérôme Pouiller
1
-0
/
+2
2020-05-13
staging: wfx: unlock on error path
Dan Carpenter
1
-1
/
+3
2020-05-13
staging: wfx: update TODO
Jérôme Pouiller
1
-19
/
+0
2020-05-13
staging: wfx: fix endianness of the field 'channel_number'
Jérôme Pouiller
2
-8
/
+11
2020-05-13
staging: wfx: fix endianness of the field 'num_tx_confs'
Jérôme Pouiller
2
-2
/
+3
2020-05-13
staging: wfx: fix endianness of the field 'status'
Jérôme Pouiller
8
-40
/
+30
2020-05-13
staging: wfx: fix access to le32 attribute 'len'
Jérôme Pouiller
4
-12
/
+11
2020-05-13
staging: wfx: fix endianness of the struct hif_ind_startup
Jérôme Pouiller
2
-8
/
+11
2020-05-13
staging: wfx: declare the field 'packet_id' with native byte order
Jérôme Pouiller
1
-2
/
+6
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: fix endianness of hif_req_read_mib fields
Jérôme Pouiller
1
-5
/
+5
2020-05-13
staging: wfx: fix endianness of fields media_delay and tx_queue_delay
Jérôme Pouiller
2
-3
/
+4
2020-05-13
staging: wfx: fix output of rx_stats on big endian hosts
Jérôme Pouiller
1
-4
/
+7
2020-05-13
staging: wfx: fix wrong bytes order
Jérôme Pouiller
1
-1
/
+1
2020-05-13
staging: wfx: fix cast operator
Jérôme Pouiller
2
-2
/
+2
2020-05-13
staging: wfx: take advantage of le32_to_cpup()
Jérôme Pouiller
1
-1
/
+1
2020-05-13
staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpu
Jérôme Pouiller
1
-1
/
+1
2020-05-13
staging: wfx: use kernel types instead of c99 ones
Jérôme Pouiller
5
-8
/
+7
2020-05-13
staging: wfx: remove spaces after cast operator
Jérôme Pouiller
6
-19
/
+18
2020-05-13
staging: wfx: fix alignements of function prototypes
Jérôme Pouiller
6
-34
/
+28
2020-05-13
staging: wfx: remove useless header inclusions
Jérôme Pouiller
8
-14
/
+4
2020-05-13
staging: wfx: prefer ARRAY_SIZE instead of a magic number
Jérôme Pouiller
1
-4
/
+4
2020-05-13
staging: wfx: fix missing 'static' keyword
Jérôme Pouiller
1
-1
/
+1
[next]