index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
r8188eu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
staging: r8188eu: calculate the addba request length
Martin Kaiser
1
-5
/
+3
2022-06-06
staging: r8188eu: use mgmt to set start sequence number
Martin Kaiser
1
-2
/
+2
2022-06-06
staging: r8188eu: use ieee80211 to set addba capabilities
Martin Kaiser
1
-3
/
+7
2022-06-06
staging: r8188eu: use mgmt to set the timeout
Martin Kaiser
1
-4
/
+2
2022-06-06
staging: r8188eu: use mgmt to set the dialog token
Martin Kaiser
1
-1
/
+2
2022-06-06
staging: r8188eu: use mgmt to set the action codes
Martin Kaiser
1
-1
/
+6
2022-06-06
staging: r8188eu: use mgmt to set the category
Martin Kaiser
1
-2
/
+2
2022-06-06
staging: r8188eu: use mgmt to set the sequence number
Martin Kaiser
1
-3
/
+1
2022-06-06
staging: r8188eu: use mgmt to set the addresses
Martin Kaiser
1
-4
/
+3
2022-06-06
staging: r8188eu: use ieee80211_mgmt in issue_action_BA
Martin Kaiser
1
-4
/
+3
2022-06-06
staging: r8188eu: use defines for the block action codes
Martin Kaiser
1
-3
/
+3
2022-06-06
staging: r8188eu: remove unnecessary category check
Martin Kaiser
1
-46
/
+44
2022-06-06
staging: r8188eu: convert pr_info_once call in core/rtw_fw.c
Phillip Potter
1
-3
/
+3
2022-05-20
staging: r8188eu: remove include/rtw_debug.h
Phillip Potter
4
-49
/
+2
2022-05-19
staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()
Denis Efremov
1
-2
/
+4
2022-05-19
staging: r8188eu: delete rtw_wx_read/write32()
Dan Carpenter
1
-84
/
+2
2022-05-19
staging: r8188eu: Remove multiple assignments
Soumya Negi
1
-1
/
+2
2022-05-19
staging: r8188eu: add check for kzalloc
Jiasheng Jiang
2
-3
/
+12
2022-05-19
staging: r8188eu: fix warnings in rtw_wlan_util
Vihas Makwana
1
-1
/
+1
2022-05-19
staging: r8188eu: fix warnings in rtw_pwrctrl
Vihas Makwana
1
-6
/
+6
2022-05-19
staging: r8188eu: fix warnings in rtw_p2p
Vihas Makwana
1
-4
/
+4
2022-05-19
staging: r8188eu: remove _drv_ defines from include/rtw_debug.h
Phillip Potter
1
-10
/
+0
2022-05-19
staging: r8188eu: remove HW_VAR_AC_PARAM_BE from SetHwReg8188EU()
Michael Straube
3
-6
/
+3
2022-05-19
staging: r8188eu: assoc_rsp and assoc_rsp_len are not used
Martin Kaiser
3
-9
/
+0
2022-05-19
staging: r8188eu: last_rx_mgnt_pkts is set but not used
Martin Kaiser
1
-2
/
+0
2022-05-19
staging: r8188eu: simplify error handling in recv_func_prehandle
Martin Kaiser
1
-4
/
+1
2022-05-19
staging: r8188eu: remove obsolete comments
Martin Kaiser
1
-22
/
+0
2022-05-19
staging: r8188eu: use ieee80211 helper to check for beacon
Martin Kaiser
1
-3
/
+1
2022-05-19
staging: r8188eu: use defines for addba response status
Martin Kaiser
1
-1
/
+2
2022-05-19
staging: r8188eu: use the tid in delba processing
Martin Kaiser
1
-3
/
+4
2022-05-19
staging: r8188eu: check for initiator vs recipient
Martin Kaiser
1
-2
/
+3
2022-05-19
staging: r8188eu: use BIT(tid) instead of manual shift
Martin Kaiser
1
-1
/
+1
2022-05-19
staging: r8188eu: replace if with ternary operator
Martin Kaiser
1
-4
/
+2
2022-05-19
staging: r8188eu: merge process_addba_req into OnAction_back
Martin Kaiser
3
-25
/
+5
2022-05-19
staging: r8188eu: read addba resp tid from ieee80211_mgmt
Martin Kaiser
1
-1
/
+2
2022-05-19
staging: r8188eu: get addba resp status from ieee80211_mgmt
Martin Kaiser
1
-3
/
+2
2022-05-19
staging: r8188eu: Fix block comment format
Soumya Negi
1
-32
/
+28
2022-05-19
staging: r8188eu: drop redundant if check
Vihas Makwana
1
-8
/
+6
2022-05-19
staging: r8188eu: read back action code from ieee80211_mgmt
Martin Kaiser
1
-3
/
+2
2022-05-19
staging: r8188eu: use back action codes from ieee80211.h
Martin Kaiser
1
-5
/
+5
2022-05-19
staging: r8188eu: read destination address from ieee80211_mgmt
Martin Kaiser
1
-1
/
+1
2022-05-19
staging: r8188eu: don't check the category in OnAction_back
Martin Kaiser
1
-39
/
+37
2022-05-19
staging: r8188eu: read addr2 from ieee80211_mgmt
Martin Kaiser
1
-6
/
+5
2022-05-05
staging: r8188eu: remove unused IEEE_* defines
Martin Kaiser
1
-5
/
+0
2022-05-05
staging: r8188eu: use standard category defines
Martin Kaiser
3
-16
/
+14
2022-05-05
staging: r8188eu: use ieee80211_mgmt for action category
Martin Kaiser
1
-8
/
+2
2022-05-05
staging: r8188eu: replace OnAction_tbl with switch-case
Martin Kaiser
2
-17
/
+10
2022-05-05
staging: r8188eu: remove an unused category define
Martin Kaiser
1
-1
/
+0
2022-05-05
staging: r8188eu: remove action_handler string
Martin Kaiser
2
-4
/
+3
2022-05-05
staging: r8188eu: remove unused action handler prototypes
Martin Kaiser
1
-6
/
+0
[prev]
[next]