summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e
AgeCommit message (Expand)AuthorFilesLines
2023-06-23staging: rtl8192e: Remove whitespace and blank linesTree Davies1-38/+23
2023-06-20staging: rtl8192e: remove 5G related codeMichael Straube4-5/+1
2023-06-20staging: rtl8192e: remove comparison to trueMichael Straube1-1/+1
2023-06-20staging: rtl8192e: remove return statement from void functionMichael Straube1-1/+0
2023-06-20staging: rtl8192e: convert else if sequence to switchMichael Straube1-5/+9
2023-06-20staging: rtl8192e: clean up brace coding style issuesMichael Straube7-22/+30
2023-06-19staging: rtl8192e: Rename variable InitialGainHandlerYogesh Hegde3-4/+4
2023-06-19staging: rtl8192e: Rename variable LeisurePSLeaveYogesh Hegde4-4/+4
2023-06-19staging: rtl8192e: Rename variable SetBWModeHandlerYogesh Hegde4-8/+8
2023-06-19staging: rtl8192e: Rename variable SetWirelessModeYogesh Hegde3-8/+8
2023-06-19staging: rtl8192e: Rename RTLLIB_LINKED_SCANNINGPhilipp Hortmann4-6/+6
2023-06-19staging: rtl8192e: Rename RTLLIB_LINKED to MAC80211_LINKEDPhilipp Hortmann11-62/+62
2023-06-19staging: rtl8192e: Rename RTLLIB_NOLINK to MAC80211_NOLINKPhilipp Hortmann4-20/+20
2023-06-19staging: rtl8192e: Rename state to link_statePhilipp Hortmann11-99/+99
2023-06-19staging: rtl8192e: Rename rtllib_state to rtl_link_statePhilipp Hortmann1-2/+2
2023-06-19staging: rtl8192e: Remove unused enum led_ctl_modePhilipp Hortmann1-11/+0
2023-06-19staging: rtl8192e: Rename constant IEEE_x to WIRELESS_MODE_xPhilipp Hortmann10-39/+34
2023-06-19staging: rtl8192e: Remove unsupported modes IEEE_N_5G and IEEE_APhilipp Hortmann6-20/+6
2023-06-19staging: rtl8192e: Remove variable stats->freq as it is constantPhilipp Hortmann3-20/+5
2023-06-19staging: rtl8192e: Add missing entry CFG80211 in KconfigPhilipp Hortmann1-0/+1
2023-06-15staging: rtl8192e: Use standard api to calculate channel to frequencyPhilipp Hortmann3-15/+6
2023-06-15staging: rtl8192e: Use standard api to calculate frequency to channelPhilipp Hortmann1-8/+1
2023-06-15staging: rtl8192e: Add cfg80211.h and remove defined variablesPhilipp Hortmann2-12/+1
2023-06-15staging: rtl8192e: remove blank linesMichael Straube13-159/+0
2023-05-28staging: rtl8192e: clean unnecessary braces warning on r8192E_phy.cDavid Tadokoro1-2/+1
2023-05-28staging: rtl8192e: add missing spaces around operatorsMichael Straube6-94/+94
2023-05-28staging: rtl8192e: Unlock wx_mutex not in rtllib_wx_set_scanPhilipp Hortmann1-3/+1
2023-05-28staging: rtl8192e: Exclude scan_mutex in rtllib_softmac_stop_scanPhilipp Hortmann1-3/+3
2023-05-28staging: rtl8192e: Remove undefined function LedControlHandlerPhilipp Hortmann5-46/+0
2023-05-28staging: rtl8192e: Remove undefined function UpdateBeaconInterruptHandlerPhilipp Hortmann3-10/+0
2023-05-28staging: rtl8192e: Remove undefined function SetFwCmdHandlerPhilipp Hortmann3-13/+3
2023-05-28staging: rtl8192e: Remove undefined function set_securityPhilipp Hortmann2-8/+0
2023-05-28staging: rtl8192e: Remove undefined function hard_start_xmitPhilipp Hortmann2-14/+1
2023-05-28staging: rtl8192e: Remove undefined function reset_portPhilipp Hortmann2-21/+0
2023-05-28staging: rtl8192e: Remove functions rtllib_start_hw_scan and stopPhilipp Hortmann2-21/+3
2023-05-28staging: rtl8192e: Remove undefined function data_hard_resumePhilipp Hortmann3-29/+2
2023-05-28staging: rtl8192e: Remove undefined function data_hard_stopPhilipp Hortmann3-14/+0
2023-05-13staging: rtl8192e: Refactor tmp_ofdm_index variable assignmentYogesh Hegde1-2/+2
2023-05-13staging: rtl8192e: Rename tmpCCK20Mindex and tmpCCK40MindexYogesh Hegde1-14/+14
2023-05-13staging: rtl8192e: Rename tmpOFDMindex and tmpCCKindexYogesh Hegde1-12/+12
2023-05-13staging: rtl8192e: Rename tmpRegA and TempCCkYogesh Hegde1-12/+12
2023-05-08staging: rtl8192e: avoid CamelCase <RATRIndex>John Grace5-9/+9
2023-05-08staging: rtl8192e: Remove unused sens and max_sens from r8192_priv structYogesh Hegde1-2/+0
2023-05-08staging: rtl8192e: Remove unused _rtl92e_wx_set_sens functionYogesh Hegde1-20/+0
2023-05-08staging: rtl8192e: Remove unused _rtl92e_wx_get_sens functionYogesh Hegde1-10/+0
2023-05-08staging: rtl8192e: Remove unused rf_set_sens variableYogesh Hegde2-18/+2
2023-05-08staging: rtl8192e: add missing braces {}Stephan Snyman1-5/+9
2023-04-20staging: rtl8192e: Fix W_DISABLE# does not work after stop/startPhilipp Hortmann1-0/+1
2023-04-20staging: rtl8192e: Remove unchanged variables bfsync_processing and morePhilipp Hortmann3-4/+0
2023-04-20staging: rtl8192e: Remove unchanged variable frame_sync_monitorPhilipp Hortmann2-45/+30