index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rtlwifi: rtl8192de: Remove usage of private bit manipulation macros
Larry Finger
2019-12-18
1
-54
/
+7
*
rtlwifi: rtl8192de: Convert inline routines to little-endian words
Larry Finger
2019-12-18
2
-150
/
+159
*
rtlwifi: rtl8192de: Convert macros that set descriptor
Larry Finger
2019-12-18
2
-269
/
+458
*
rtlwifi: rtl8192de: Replace local bit manipulation macros
Larry Finger
2019-12-18
1
-91
/
+69
*
rtlwifi: rtl8192de: Remove unused GET_XXX and SET_XXX macros
Larry Finger
2019-12-18
1
-326
/
+3
*
rtl8xxxu: Remove set but not used variable 'vif','dev','len'
zhengbin
2019-11-20
1
-6
/
+0
*
rtw88: allows to enable/disable HCI link PS mechanism
Yan-Hsuan Chuang
2019-11-20
4
-0
/
+51
*
rtw88: pci: enable CLKREQ function if host supports it
Yan-Hsuan Chuang
2019-11-20
2
-0
/
+85
*
rtw88: pci: use for loop instead of while loop for DBI/MDIO
Yan-Hsuan Chuang
2019-11-20
1
-12
/
+14
*
rtw88: pci: use macros to access PCI DBI/MDIO registers
Yan-Hsuan Chuang
2019-11-20
2
-11
/
+20
*
rtlwifi: set proper udelay within rf_serial_read
Ping-Ke Shih
2019-11-20
3
-7
/
+4
*
rtlwifi: rf_lock use non-irqsave spin_lock
Ping-Ke Shih
2019-11-20
6
-36
/
+24
*
rtw88: remove duplicated include from ps.c
YueHaibing
2019-11-15
1
-1
/
+0
*
rtl8xxxu: Remove set but not used variable 'rsr'
Zheng Yongjun
2019-11-15
1
-2
/
+1
*
rtl8xxxu: Add support for Edimax EW-7611ULB
Jes Sorensen
2019-11-14
1
-1
/
+3
*
rtlwifi: rtl8192de: Fix missing enable interrupt flag
Larry Finger
2019-11-14
1
-4
/
+5
*
rtlwifi: rtl8192de: Fix missing callback that tests for hw release of buffer
Larry Finger
2019-11-14
3
-0
/
+20
*
rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer address
Larry Finger
2019-11-14
1
-3
/
+5
*
rtw88: signal completion even on firmware-request failure
Brian Norris
2019-11-08
1
-0
/
+1
*
rtw88: fix potential NULL pointer access for firmware
Yan-Hsuan Chuang
2019-11-06
1
-1
/
+3
*
rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt()
Ping-Ke Shih
2019-11-06
1
-0
/
+2
*
rtlwifi: rtl8225se: remove some unused const variables
YueHaibing
2019-11-06
1
-42
/
+0
*
rtw88: raise LPS threshold to 50, for less power consumption
Yan-Hsuan Chuang
2019-11-06
1
-1
/
+1
*
Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...
David S. Miller
2019-11-05
58
-1098
/
+5064
|
\
|
*
rtlwifi: rtl8821ae: Drop condition with no effect
Saurav Girepunje
2019-10-31
1
-2
/
+0
|
*
rtlwifi: rtl8192c: Drop condition with no effect
Saurav Girepunje
2019-10-31
1
-2
/
+0
|
*
rtw88: remove redundant null pointer check on arrays
Colin Ian King
2019-10-31
1
-1
/
+1
|
*
rtw88: avoid FW info flood
Yan-Hsuan Chuang
2019-10-31
2
-17
/
+10
|
*
rtw88: fix potential read outside array boundary
Tzu-En Huang
2019-10-31
3
-11
/
+19
|
*
rtw88: rearrange if..else statements for rx rate indexes
Yan-Hsuan Chuang
2019-10-31
1
-8
/
+6
|
*
rtw88: use rtw_phy_pg_cfg_pair struct, not arrays
Yan-Hsuan Chuang
2019-10-31
4
-202
/
+199
|
*
rtw88: 8822b: add RFE type 3 support
Yan-Hsuan Chuang
2019-10-31
3
-1
/
+647
|
*
rtw88: fix sparse warnings for power tracking
Yan-Hsuan Chuang
2019-10-31
2
-2
/
+2
|
*
rtw88: fix sparse warnings for DPK
Yan-Hsuan Chuang
2019-10-31
1
-2
/
+2
|
*
rtw88: fix GENMASK_ULL for u64
Yan-Hsuan Chuang
2019-10-25
1
-1
/
+1
|
*
rtl8xxxu: fix warnings for symbol not declared
Chris Chiu
2019-10-24
1
-0
/
+4
|
*
rtl8xxxu: remove set but not used variable 'rate_mask'
YueHaibing
2019-10-24
1
-5
/
+0
|
*
rtlwifi: Remove unnecessary NULL check in rtl_regd_init
Nathan Chancellor
2019-10-24
1
-1
/
+1
|
*
rtw88: add phy_info debugfs to show Tx/Rx physical status
Tsang-Shian Lin
2019-10-24
9
-33
/
+431
|
*
rtw88: add set_bitrate_mask support
Tzu-En Huang
2019-10-24
3
-16
/
+118
|
*
rtw88: Enable 802.11ac beamformee support
Tzu-En Huang
2019-10-24
10
-0
/
+692
|
*
rtw88: add power tracking support
Tzu-En Huang
2019-10-24
6
-1
/
+745
|
*
rtw88: use macro to check the current band
Yan-Hsuan Chuang
2019-10-24
5
-32
/
+41
|
*
rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
Chris Chiu
2019-10-22
3
-0
/
+5
|
*
rtw88: mark rtw_fw_hdr __packed
Brian Norris
2019-10-16
1
-1
/
+1
|
*
rtw88: include interrupt.h for tasklet_struct
Brian Norris
2019-10-14
1
-0
/
+1
|
*
rtw88: use a for loop in rtw_power_mode_change(), not goto
Brian Norris
2019-10-14
1
-32
/
+29
|
*
rtw88: coex: Set 4 slot mode for A2DP
Ping-Ke Shih
2019-10-14
1
-9
/
+15
|
*
rtw88: pci: config phy after chip info is setup
Yan-Hsuan Chuang
2019-10-14
1
-2
/
+2
|
*
rtw88: Use rtw_write8_set to set SYS_FUNC
Yan-Hsuan Chuang
2019-10-14
1
-1
/
+1
[prev]
[next]