index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8192e
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
staging: rtl8192e: Remove whitespace and blank lines
Tree Davies
1
-38
/
+23
2023-06-20
staging: rtl8192e: remove 5G related code
Michael Straube
4
-5
/
+1
2023-06-20
staging: rtl8192e: remove comparison to true
Michael Straube
1
-1
/
+1
2023-06-20
staging: rtl8192e: remove return statement from void function
Michael Straube
1
-1
/
+0
2023-06-20
staging: rtl8192e: convert else if sequence to switch
Michael Straube
1
-5
/
+9
2023-06-20
staging: rtl8192e: clean up brace coding style issues
Michael Straube
7
-22
/
+30
2023-06-19
staging: rtl8192e: Rename variable InitialGainHandler
Yogesh Hegde
3
-4
/
+4
2023-06-19
staging: rtl8192e: Rename variable LeisurePSLeave
Yogesh Hegde
4
-4
/
+4
2023-06-19
staging: rtl8192e: Rename variable SetBWModeHandler
Yogesh Hegde
4
-8
/
+8
2023-06-19
staging: rtl8192e: Rename variable SetWirelessMode
Yogesh Hegde
3
-8
/
+8
2023-06-19
staging: rtl8192e: Rename RTLLIB_LINKED_SCANNING
Philipp Hortmann
4
-6
/
+6
2023-06-19
staging: rtl8192e: Rename RTLLIB_LINKED to MAC80211_LINKED
Philipp Hortmann
11
-62
/
+62
2023-06-19
staging: rtl8192e: Rename RTLLIB_NOLINK to MAC80211_NOLINK
Philipp Hortmann
4
-20
/
+20
2023-06-19
staging: rtl8192e: Rename state to link_state
Philipp Hortmann
11
-99
/
+99
2023-06-19
staging: rtl8192e: Rename rtllib_state to rtl_link_state
Philipp Hortmann
1
-2
/
+2
2023-06-19
staging: rtl8192e: Remove unused enum led_ctl_mode
Philipp Hortmann
1
-11
/
+0
2023-06-19
staging: rtl8192e: Rename constant IEEE_x to WIRELESS_MODE_x
Philipp Hortmann
10
-39
/
+34
2023-06-19
staging: rtl8192e: Remove unsupported modes IEEE_N_5G and IEEE_A
Philipp Hortmann
6
-20
/
+6
2023-06-19
staging: rtl8192e: Remove variable stats->freq as it is constant
Philipp Hortmann
3
-20
/
+5
2023-06-19
staging: rtl8192e: Add missing entry CFG80211 in Kconfig
Philipp Hortmann
1
-0
/
+1
2023-06-15
staging: rtl8192e: Use standard api to calculate channel to frequency
Philipp Hortmann
3
-15
/
+6
2023-06-15
staging: rtl8192e: Use standard api to calculate frequency to channel
Philipp Hortmann
1
-8
/
+1
2023-06-15
staging: rtl8192e: Add cfg80211.h and remove defined variables
Philipp Hortmann
2
-12
/
+1
2023-06-15
staging: rtl8192e: remove blank lines
Michael Straube
13
-159
/
+0
2023-05-28
staging: rtl8192e: clean unnecessary braces warning on r8192E_phy.c
David Tadokoro
1
-2
/
+1
2023-05-28
staging: rtl8192e: add missing spaces around operators
Michael Straube
6
-94
/
+94
2023-05-28
staging: rtl8192e: Unlock wx_mutex not in rtllib_wx_set_scan
Philipp Hortmann
1
-3
/
+1
2023-05-28
staging: rtl8192e: Exclude scan_mutex in rtllib_softmac_stop_scan
Philipp Hortmann
1
-3
/
+3
2023-05-28
staging: rtl8192e: Remove undefined function LedControlHandler
Philipp Hortmann
5
-46
/
+0
2023-05-28
staging: rtl8192e: Remove undefined function UpdateBeaconInterruptHandler
Philipp Hortmann
3
-10
/
+0
2023-05-28
staging: rtl8192e: Remove undefined function SetFwCmdHandler
Philipp Hortmann
3
-13
/
+3
2023-05-28
staging: rtl8192e: Remove undefined function set_security
Philipp Hortmann
2
-8
/
+0
2023-05-28
staging: rtl8192e: Remove undefined function hard_start_xmit
Philipp Hortmann
2
-14
/
+1
2023-05-28
staging: rtl8192e: Remove undefined function reset_port
Philipp Hortmann
2
-21
/
+0
2023-05-28
staging: rtl8192e: Remove functions rtllib_start_hw_scan and stop
Philipp Hortmann
2
-21
/
+3
2023-05-28
staging: rtl8192e: Remove undefined function data_hard_resume
Philipp Hortmann
3
-29
/
+2
2023-05-28
staging: rtl8192e: Remove undefined function data_hard_stop
Philipp Hortmann
3
-14
/
+0
2023-05-13
staging: rtl8192e: Refactor tmp_ofdm_index variable assignment
Yogesh Hegde
1
-2
/
+2
2023-05-13
staging: rtl8192e: Rename tmpCCK20Mindex and tmpCCK40Mindex
Yogesh Hegde
1
-14
/
+14
2023-05-13
staging: rtl8192e: Rename tmpOFDMindex and tmpCCKindex
Yogesh Hegde
1
-12
/
+12
2023-05-13
staging: rtl8192e: Rename tmpRegA and TempCCk
Yogesh Hegde
1
-12
/
+12
2023-05-08
staging: rtl8192e: avoid CamelCase <RATRIndex>
John Grace
5
-9
/
+9
2023-05-08
staging: rtl8192e: Remove unused sens and max_sens from r8192_priv struct
Yogesh Hegde
1
-2
/
+0
2023-05-08
staging: rtl8192e: Remove unused _rtl92e_wx_set_sens function
Yogesh Hegde
1
-20
/
+0
2023-05-08
staging: rtl8192e: Remove unused _rtl92e_wx_get_sens function
Yogesh Hegde
1
-10
/
+0
2023-05-08
staging: rtl8192e: Remove unused rf_set_sens variable
Yogesh Hegde
2
-18
/
+2
2023-05-08
staging: rtl8192e: add missing braces {}
Stephan Snyman
1
-5
/
+9
2023-04-20
staging: rtl8192e: Fix W_DISABLE# does not work after stop/start
Philipp Hortmann
1
-0
/
+1
2023-04-20
staging: rtl8192e: Remove unchanged variables bfsync_processing and more
Philipp Hortmann
3
-4
/
+0
2023-04-20
staging: rtl8192e: Remove unchanged variable frame_sync_monitor
Philipp Hortmann
2
-45
/
+30
[next]