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-03-01
staging: r8188eu: use ieee80211 helpers to check the frame type
Martin Kaiser
1
-12
/
+7
2022-03-01
staging: r8188eu: use ieee80211 define for management frame type
Martin Kaiser
3
-15
/
+15
2022-03-01
staging: r8188eu: remove unused define
Martin Kaiser
1
-1
/
+0
2022-03-01
staging: r8188eu: get_rx_status is not used
Martin Kaiser
1
-5
/
+0
2022-03-01
staging: r8188eu: recvframe_push is not used
Martin Kaiser
1
-20
/
+0
2022-03-01
staging: r8188eu: cnt is set but not used
Martin Kaiser
1
-4
/
+1
2022-03-01
staging: r8188eu: fix endless loop in recv_func
Martin Kaiser
1
-2
/
+1
2022-03-01
staging: r8188eu: irq_prepare_beacon_tasklet is unused
Martin Kaiser
1
-1
/
+0
2022-03-01
staging: r8188eu: smooth_rssi_data is not used
Martin Kaiser
1
-7
/
+0
2022-03-01
staging: r8188eu: remove _linked_rx_signal_strength_display()
Michael Straube
3
-35
/
+0
2022-02-25
staging: r8188eu: remove ETH_ALEN from ieee80211.h
Michael Straube
1
-1
/
+0
2022-02-25
staging: r8188eu: remove update_bcn_p2p_ie()
Michael Straube
1
-6
/
+0
2022-02-25
staging: r8188eu: remove unused function prototype
Michael Straube
1
-1
/
+0
2022-02-25
staging: r8188eu: EepromAddressSize is set but not used
Michael Straube
4
-20
/
+0
2022-02-25
staging: r8188eu: remove redundant variable reg_0x143
Colin Ian King
1
-2
/
+1
2022-02-25
staging: r8188eu: clean up rtw_rf.c
Michael Straube
1
-5
/
+0
2022-02-25
staging: r8188eu: refactor rtw_ch2freq()
Michael Straube
1
-23
/
+18
2022-02-25
staging: r8188eu: remove 5 GHz channels from ch_freq_map
Michael Straube
1
-16
/
+0
2022-02-25
staging: r8188eu: remove unused variable from UpdateHalRAMask8188EUsb
Phillip Potter
1
-6
/
+0
2022-02-21
staging: r8188eu: remove unnecessary braces in if statements
Marcelo Aloisio da Silva
1
-4
/
+2
2022-02-21
staging: r8188eu: move open brace to the previous line
Marcelo Aloisio da Silva
1
-2
/
+1
2022-02-21
staging: r8188eu: remove unused aes tables from rtw_security.c
Michael Straube
2
-188
/
+0
2022-02-21
staging: r8188eu: remove unused macros from rtw_security.h
Michael Straube
1
-98
/
+0
2022-02-21
staging: r8188eu: remove ODM_CmnInfoUpdate()
Michael Straube
3
-29
/
+3
2022-02-21
staging: r8188eu: convert type of pBandWidth in odm_dm_struct
Michael Straube
2
-2
/
+2
2022-02-21
staging: r8188eu: remove enum odm_bw
Michael Straube
2
-8
/
+2
2022-02-21
staging: r8188eu: convert two u8 variables to bool
Michael Straube
3
-4
/
+4
2022-02-21
staging: r8188eu: remove ODM_CmnInfoHook()
Michael Straube
3
-51
/
+7
2022-02-21
staging: r8188eu: NumQryPhyStatusOFDM is set but not used
Martin Kaiser
2
-3
/
+0
2022-02-21
staging: r8188eu: NumQryPhyStatusCCK is set but not used
Martin Kaiser
2
-2
/
+0
2022-02-21
staging: r8188eu: RxSNR is set but not used
Martin Kaiser
2
-2
/
+0
2022-02-21
staging: r8188eu: RxMIMOSignalQuality is set but not used
Martin Kaiser
2
-7
/
+0
2022-02-21
staging: r8188eu: move out assignment in if condition
Marcelo Aloisio da Silva
1
-1
/
+2
2022-02-17
staging: r8188eu: correct long line warnings near prior DBG_88E calls
Phillip Potter
5
-10
/
+29
2022-02-17
staging: r8188eu: remove padapter param from aes_decipher function
Phillip Potter
1
-2
/
+2
2022-02-17
staging: r8188eu: remove rtw_sctx_chk_waring_status function
Phillip Potter
1
-16
/
+0
2022-02-17
staging: r8188eu: fix lines modified by DBG_88E cleanup
Phillip Potter
30
-500
/
+161
2022-02-17
staging: r8188eu: remove rtw_debug module parameter
Phillip Potter
4
-13
/
+0
2022-02-17
staging: r8188eu: remove DBG_88E macro definition
Phillip Potter
1
-6
/
+0
2022-02-17
staging: r8188eu: remove all aliased DBG_88E calls
Phillip Potter
3
-50
/
+1
2022-02-17
staging: r8188eu: remove remaining DBG_88E call from include/usb_ops.h
Phillip Potter
1
-2
/
+0
2022-02-17
staging: r8188eu: remove remaining DBG_88E calls from os_dep subdir
Phillip Potter
3
-84
/
+1
2022-02-17
staging: r8188eu: remove DBG_88E calls from os_dep/ioctl_linux.c
Phillip Potter
1
-273
/
+13
2022-02-17
staging: r8188eu: remove DBG_88E calls from hal subdir
Phillip Potter
9
-131
/
+9
2022-02-17
staging: r8188eu: remove DBG_88E calls from core subdir
Phillip Potter
5
-143
/
+8
2022-02-17
staging: r8188eu: remove converted DBG_88E calls from core/rtw_mlme_ext.c
Phillip Potter
1
-269
/
+14
2022-02-17
staging: r8188eu: remove smaller sets of converted DBG_88E calls
Phillip Potter
11
-204
/
+4
2022-02-17
staging: r8188eu: remove previously converted DBG_88E_LEVEL calls
Phillip Potter
6
-45
/
+0
2022-02-17
staging: r8188eu: struct usb_suspend_parm is not used
Martin Kaiser
1
-12
/
+0
2022-02-17
staging: r8188eu: evt_done_cnt is set but not used
Martin Kaiser
3
-4
/
+0
[prev]
[next]