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
/
hal
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-30
staging: r8188eu: remove PHY_RFConfig8188E()
Michael Straube
2
-10
/
+1
2022-09-30
staging: r8188eu: remove PHY_RF6052_Config8188E()
Michael Straube
2
-13
/
+2
2022-09-30
staging: r8188eu: convert ODM_ReadAndConfig_AGC_TAB_1T_8188E() to int
Michael Straube
2
-6
/
+5
2022-09-30
staging: r8188eu: convert ODM_ReadAndConfig_PHY_REG_1T_8188E() to int
Michael Straube
2
-6
/
+5
2022-09-30
staging: r8188eu: convert ODM_ReadAndConfig_RadioA_1T_8188E() to int
Michael Straube
2
-6
/
+5
2022-09-30
staging: r8188eu: convert ODM_ReadAndConfig_MAC_REG_8188E() to int
Michael Straube
2
-6
/
+5
2022-09-27
staging: r8188eu: remove hal/odm_RegConfig8188E.c
Michael Straube
2
-54
/
+50
2022-09-27
staging: r8188eu: make odm_ConfigRF_RadioA_8188E() static
Michael Straube
2
-30
/
+30
2022-09-27
staging: r8188eu: make odm_ConfigMAC_8188E() static
Michael Straube
2
-5
/
+5
2022-09-24
staging: r8188eu: remove recv_osdep.h
Michael Straube
2
-2
/
+0
2022-09-24
staging: r8188eu: replace tabs with space in odm_query_rxpwrpercentage()
Michael Straube
1
-2
/
+2
2022-09-24
staging: r8188eu: clean up camel case in odm_query_rxpwrpercentage()
Michael Straube
1
-4
/
+4
2022-09-24
staging: r8188eu: rename odm_QueryRxPwrPercentage()
Michael Straube
1
-4
/
+4
2022-09-24
staging: r8188eu: remove unnecessary initialization
Michael Straube
1
-1
/
+1
2022-09-24
staging: r8188eu: clean up camel case in odm_signal_scale_mapping()
Michael Straube
1
-19
/
+19
2022-09-24
staging: r8188eu: rename odm_SignalScaleMapping()
Michael Straube
1
-3
/
+3
2022-09-11
staging: r8188eu: make c2h_evt_read() static
Michael Straube
1
-63
/
+0
2022-09-09
staging: r8188eu: remove unused parameters from _BeaconFunctionEnable()
Michael Straube
1
-3
/
+2
2022-09-09
staging: r8188eu: remove mlme_osdep.h
Michael Straube
1
-1
/
+0
2022-08-23
staging: r8188eu: rename rtw_os_xmit_complete()
Michael Straube
1
-2
/
+2
2022-08-23
staging: r8188eu: remove ODM_ConfigRFWithHeaderFile()
Michael Straube
2
-6
/
+1
2022-08-16
staging: r8188eu: do not spam the kernel log
Michael Straube
1
-1
/
+2
2022-08-16
staging: r8188eu: the high prio queue is always selected
Martin Kaiser
1
-11
/
+6
2022-08-16
staging: r8188eu: change all num...Q variables to u8
Martin Kaiser
1
-6
/
+4
2022-08-16
staging: r8188eu: make numNQ a u8
Martin Kaiser
1
-4
/
+3
2022-08-16
staging: r8188eu: remove a temporary variable
Martin Kaiser
1
-2
/
+1
2022-08-16
staging: r8188eu: simplify _InitNormalChipTwoOutEpPriority
Martin Kaiser
1
-16
/
+7
2022-08-16
staging: r8188eu: we always use HQ and NQ for two endpoints
Martin Kaiser
1
-20
/
+2
2022-08-16
staging: r8188eu: remove _InitNormalChipOneOutEpPriority
Martin Kaiser
1
-23
/
+2
2022-08-16
staging: r8188eu: simplify two_out_pipe
Martin Kaiser
1
-4
/
+3
2022-08-16
staging: r8188eu: simplify three_out_pipe
Martin Kaiser
1
-11
/
+6
2022-08-16
staging: r8188eu: summarize common Queue2Pipe settings
Martin Kaiser
1
-27
/
+5
2022-08-16
staging: r8188eu: remove comments about endpoint mapping
Martin Kaiser
1
-18
/
+6
2022-08-16
staging: r8188eu: remove OutEpNumber
Martin Kaiser
1
-5
/
+2
2022-08-16
staging: r8188eu: summarize endpoint-related settings
Martin Kaiser
1
-38
/
+17
2022-08-16
staging: r8188eu: move endpoint init functions to usb_halinit.c
Martin Kaiser
2
-108
/
+108
2022-08-16
staging: r8188eu: merge two small functions
Martin Kaiser
1
-8
/
+2
2022-08-16
staging: r8188eu: process HalUsbSetQueuePipeMapping8188EUsb's return value
Martin Kaiser
1
-2
/
+2
2022-08-16
staging: r8188eu: Hal_MappingOutPipe should return an int
Martin Kaiser
2
-6
/
+4
2022-08-16
staging: r8188eu: clean up comment for phy_calculate_bit_shift()
Michael Straube
1
-11
/
+1
2022-08-16
staging: r8188eu: avoid camel case in phy_CalculateBitShift()
Michael Straube
1
-6
/
+6
2022-08-16
staging: r8188eu: use ffs() in phy_CalculateBitShift()
Michael Straube
1
-6
/
+2
2022-08-16
staging: r8188eu: make rtl8188eu_{init,free}_recv_priv() static
Michael Straube
1
-91
/
+0
2022-08-16
staging: r8188eu: make handle_txrpt_ccx_88e() static
Michael Straube
2
-22
/
+14
2022-08-16
staging: r8188eu: refactor dump_chip_info()
Michael Straube
1
-19
/
+13
2022-08-16
staging: r8188eu: convert dump_chip_info() to use netdev_dbg()
Michael Straube
1
-4
/
+5
2022-08-16
staging: r8188eu: handle errors from ReadAdapterInfo8188EU
Martin Kaiser
1
-3
/
+4
2022-08-16
staging: r8188eu: txpktbuf_bndy does not depend on wifi_spec
Martin Kaiser
1
-10
/
+2
2022-07-27
staging: r8188eu: make dump_chip_info() static
Michael Straube
2
-39
/
+39
2022-07-27
staging: r8188eu: remove SetHwReg8188EU()
Michael Straube
1
-45
/
+0
[next]