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
/
sta.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
wfx: get out from the staging area
Jérôme Pouiller
1
-794
/
+0
2022-02-25
staging: wfx: remove useless variable
Jérôme Pouiller
1
-2
/
+2
2022-02-25
staging: wfx: format code on 100 columns
Jérôme Pouiller
1
-4
/
+3
2022-01-25
staging: wfx: remove force_ps_timeout
Jérôme Pouiller
1
-6
/
+2
2022-01-25
staging: wfx: do not display functions names in logs
Jérôme Pouiller
1
-3
/
+2
2022-01-25
staging: wfx: reformat comments on 100 columns
Jérôme Pouiller
1
-21
/
+13
2022-01-25
staging: wfx: reformat code on 100 columns
Jérôme Pouiller
1
-55
/
+28
2022-01-25
staging: wfx: prefix structs hif_* with wfx_
Jérôme Pouiller
1
-1
/
+1
2022-01-25
staging: wfx: prefix functions from hif_*.h with wfx_
Jérôme Pouiller
1
-45
/
+47
2021-09-17
staging: wfx: sta: Fix 'else' coding style warning
Srivathsa Dara
1
-12
/
+11
2021-09-14
staging: wfx: avoid c99 comments
Jérôme Pouiller
1
-36
/
+42
2021-09-14
staging: wfx: reformat comment
Jérôme Pouiller
1
-3
/
+1
2021-09-14
staging: wfx: remove references to WFxxx in comments
Jérôme Pouiller
1
-3
/
+1
2021-09-14
staging: wfx: fix error names
Jérôme Pouiller
1
-1
/
+1
2021-09-14
staging: wfx: fix support for CSA
Jérôme Pouiller
1
-1
/
+6
2021-09-14
staging: wfx: ignore PS when STA/AP share same channel
Jérôme Pouiller
1
-12
/
+20
2021-09-14
staging: wfx: do not send CAB while scanning
Jérôme Pouiller
1
-0
/
+11
2021-09-14
staging: wfx: use abbreviated message for "incorrect sequence"
Jérôme Pouiller
1
-2
/
+3
2021-03-15
Merge 5.12-rc3 into staging-next
Greg Kroah-Hartman
1
-0
/
+6
2021-03-10
staging: wfx: Fix alignment style issue in sta.c
Rajat Asthana
1
-1
/
+1
2021-03-10
Revert "staging: wfx: remove unused included header files"
Greg Kroah-Hartman
1
-0
/
+6
2021-02-12
staging: wfx: remove unused included header files
Muhammad Usama Anjum
1
-6
/
+0
2020-10-26
staging: wfx: make a const array static, makes object smaller
Colin Ian King
1
-1
/
+1
2020-10-10
staging: wfx: standardize the error when vif does not exist
Jérôme Pouiller
1
-0
/
+4
2020-10-07
staging: wfx: update copyrights dates
Jérôme Pouiller
1
-1
/
+1
2020-09-13
staging: wfx: drop useless function
Jérôme Pouiller
1
-2
/
+0
2020-09-13
staging: wfx: drop multicast filtering
Jérôme Pouiller
1
-57
/
+2
2020-09-13
staging: wfx: simplify hif_set_association_mode()
Jérôme Pouiller
1
-1
/
+16
2020-09-13
staging: wfx: relocate wfx_join() beside wfx_join_finalize()
Jérôme Pouiller
1
-50
/
+50
2020-09-13
staging: wfx: improve readability of association processing
Jérôme Pouiller
1
-27
/
+26
2020-08-28
staging: wfx: fix potential use before init
Jérôme Pouiller
1
-14
/
+14
2020-08-28
staging: wfx: fix frame reordering
Jérôme Pouiller
1
-9
/
+10
2020-08-28
staging: wfx: fix BA when MFP is disabled but BSS is MFP capable
Jérôme Pouiller
1
-31
/
+3
2020-08-28
staging: wfx: improve usage of hif_map_link()
Jérôme Pouiller
1
-2
/
+2
2020-08-28
staging: wfx: fix BA when device is AP and MFP is enabled
Jérôme Pouiller
1
-1
/
+27
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
-13
/
+3
2020-07-03
staging: wfx: add a debugfs entry to force ps_timeout
Jérôme Pouiller
1
-3
/
+7
2020-07-03
staging: wfx: drop counter of buffered frames
Jérôme Pouiller
1
-8
/
+0
2020-07-03
staging: wfx: associate tx_queues to vifs
Jérôme Pouiller
1
-1
/
+3
2020-06-16
staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' static
Julius Hemanth Pitti
1
-2
/
+2
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-15
staging: wfx: remove false positive warning
Jérôme Pouiller
1
-2
/
+4
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
1
-0
/
+3
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
1
-17
/
+15
[next]