index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
staging: wfx: fix double init of tx_policy_upload_work
Jérôme Pouiller
2020-04-28
1
-1
/
+0
*
|
staging: wfx: fix the warning "inconsistent notification"
Jérôme Pouiller
2020-04-28
2
-5
/
+14
*
|
staging: wfx: fix overflow in frame counters
Jérôme Pouiller
2020-04-28
1
-1
/
+1
*
|
staging: wfx: fix highest Rx value declared in ieee80211_supported_band
Jérôme Pouiller
2020-04-28
1
-1
/
+1
*
|
staging: wfx: add an explicit warning when chip detect too high temperature
Jérôme Pouiller
2020-04-28
1
-0
/
+4
*
|
staging: wfx: add support for 'device too hot' indication
Jérôme Pouiller
2020-04-28
5
-6
/
+42
*
|
staging: wfx: fix CAB sent at the wrong time
Jérôme Pouiller
2020-04-28
1
-0
/
+2
*
|
staging: wfx: fix support for AP that do not support PS-Poll
Jérôme Pouiller
2020-04-28
3
-2
/
+24
*
|
staging: wfx: mark chip frozen on error indication
Jérôme Pouiller
2020-04-28
1
-0
/
+1
*
|
staging: wfx: change the field chip_frozen into a boolean
Jérôme Pouiller
2020-04-28
4
-4
/
+4
*
|
staging: wfx: fix (future) TDLS support
Jérôme Pouiller
2020-04-28
1
-5
/
+4
*
|
staging: wfx: cleanup long lines in data_tx.c
Suraj Upadhyay
2020-04-28
1
-14
/
+26
*
|
staging: wfx: check ssidlen and prevent an array overflow
Dan Carpenter
2020-04-25
1
-1
/
+3
*
|
staging: wfx: drop unused attribute 'join_complete_status'
Jérôme Pouiller
2020-04-23
2
-4
/
+0
*
|
staging: wfx: drop unused enum wfx_state
Jérôme Pouiller
2020-04-23
3
-22
/
+0
*
|
staging: wfx: simplify wfx_remove_interface()
Jérôme Pouiller
2020-04-23
1
-15
/
+2
*
|
staging: wfx: drop useless checks in wfx_do_unjoin()
Jérôme Pouiller
2020-04-23
1
-6
/
+0
*
|
staging: wfx: drop protection for asynchronous join during scan
Jérôme Pouiller
2020-04-23
1
-3
/
+0
*
|
staging: wfx: keys are kept during whole firmware life
Jérôme Pouiller
2020-04-23
4
-44
/
+20
*
|
staging: wfx: introduce wfx_set_default_unicast_key()
Jérôme Pouiller
2020-04-23
7
-58
/
+11
*
|
staging: wfx: drop useless update of field basic_rate_set
Jérôme Pouiller
2020-04-23
1
-3
/
+0
*
|
staging: wfx: simplify hif_set_bss_params()
Jérôme Pouiller
2020-04-23
3
-17
/
+9
*
|
staging: wfx: field operational_rate_set is ignored by firmware
Jérôme Pouiller
2020-04-23
1
-16
/
+6
*
|
staging: wfx: dual CTS is never necessary
Jérôme Pouiller
2020-04-23
4
-23
/
+0
*
|
staging: wfx: also fix network parameters for IBSS networks
Jérôme Pouiller
2020-04-23
1
-6
/
+5
*
|
staging: wfx: handle firmware events synchronously
Jérôme Pouiller
2020-04-23
4
-95
/
+24
*
|
staging: wfx: drop useless attribute 'bss_params'
Jérôme Pouiller
2020-04-23
2
-9
/
+6
*
|
staging: wfx: use ieee80211_beacon_loss() provided by mac80211
Jérôme Pouiller
2020-04-23
5
-112
/
+20
*
|
staging: wfx: simplify the check if the the device is associated
Jérôme Pouiller
2020-04-23
1
-1
/
+1
*
|
staging: wfx: update TODO
Jérôme Pouiller
2020-04-16
1
-28
/
+12
*
|
staging: wfx: drop useless attribute 'filter_mcast'
Jérôme Pouiller
2020-04-16
2
-8
/
+7
*
|
staging: wfx: drop useless filter update when starting AP
Jérôme Pouiller
2020-04-16
1
-1
/
+0
*
|
staging: wfx: split out wfx_filter_beacon()
Jérôme Pouiller
2020-04-16
2
-11
/
+13
*
|
staging: wfx: drop useless attributes 'filter_prbreq' and 'filter_bssid'
Jérôme Pouiller
2020-04-16
2
-8
/
+6
*
|
staging: wfx: drop useless call to hif_set_rx_filter()
Jérôme Pouiller
2020-04-16
1
-1
/
+0
*
|
staging: wfx: drop struct wfx_grp_addr_table
Jérôme Pouiller
2020-04-16
3
-22
/
+16
*
|
staging: wfx: align semantic of probe request filter with other filters
Jérôme Pouiller
2020-04-16
3
-7
/
+7
*
|
staging: wfx: align semantic of beacon filter with other filters
Jérôme Pouiller
2020-04-16
2
-6
/
+6
*
|
staging: wfx: drop useless wfx_fwd_probe_req()
Jérôme Pouiller
2020-04-16
2
-10
/
+5
*
|
staging: wfx: ensure that probe requests are filtered when AP
Jérôme Pouiller
2020-04-16
1
-1
/
+7
*
|
staging: wfx: stop changing filtering rule in wfx_hw_scan()
Jérôme Pouiller
2020-04-16
1
-1
/
+0
*
|
staging: wfx: do not use built-in AUTO_ERP feature
Jérôme Pouiller
2020-04-16
1
-4
/
+0
*
|
staging: wfx: disabling beacon filtering after hif_reset() is useless
Jérôme Pouiller
2020-04-16
1
-2
/
+0
*
|
staging: wfx: do not wait for a dtim before associate
Jérôme Pouiller
2020-04-16
2
-3
/
+1
*
|
staging: wfx: wfx_update_filtering_work() is no more used
Jérôme Pouiller
2020-04-16
3
-12
/
+0
*
|
staging: wfx: simplify handling of beacon filter during join process
Jérôme Pouiller
2020-04-16
2
-13
/
+9
*
|
staging: wfx: rework wfx_configure_filter()
Jérôme Pouiller
2020-04-16
1
-6
/
+35
*
|
staging: wfx: simplify wfx_update_filtering()
Jérôme Pouiller
2020-04-16
1
-44
/
+25
*
|
staging: wfx: update filtering even if not connected
Jérôme Pouiller
2020-04-16
1
-3
/
+0
*
|
staging: wfx: drop useless update of macaddr
Jérôme Pouiller
2020-04-13
1
-1
/
+0
[prev]
[next]