aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09staging: rtl8188eu: delete some dead codeDan Carpenter1-4/+1
2021-06-09staging: rtl8188eu: use safe iterator in rtl8188eu_xmitframe_complete()Dan Carpenter1-5/+3
2021-06-09staging: rtl8188eu: Use is_{zero/broadcast}_ether_addr() instead of memcmp()Liu Shixin1-2/+3
2021-05-27staging: rtl8188eu: convert pr_info call to dev_err call ODM_RAStateCheckPhillip Potter1-1/+2
2021-05-25staging: rtl8188eu: remove ASSERT and ODM_RT_ASSERT macrosPhillip Potter1-1/+1
2021-05-19staging: rtl8188eu: rename struct field bLedOnMichael Straube1-2/+2
2021-05-10staging: rtl8188eu: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET2-6/+6
2021-05-10staging: rtl8188eu: Use list iterators and helpersGuenter Roeck1-5/+3
2021-04-22staging: rtl8188eu: remove unused function parametersMartin Kaiser1-3/+2
2021-04-09staging: rtl8188eu: remove unused function parameterMartin Kaiser1-1/+1
2021-03-14staging:r8188eu: use ieee80211_is_ctl instead IsFrameTypeCtrlIvan Safonov1-3/+5
2021-03-14staging:r8188eu: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov1-2/+2
2021-03-10staging: rtl8188eu: rename parameters of odm_phy_status_query()Michael Straube1-5/+4
2021-03-10staging: rtl8188eu: rename ODM_PhyStatusQuery()Michael Straube2-5/+5
2020-11-23staging: rtl8188eu: clean up the useless codeKaixu Xia1-7/+0
2020-11-06drivers: staging: rtl8188eu: Fix spelling in two comments i.e defalut to defaultBhaskar Chowdhury1-2/+2
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov1-5/+5
2020-10-01staging: rtl8188eu: remove unused variable ratelenMichael Straube1-2/+2
2020-09-22staging: rtl8188eu: clean up alignment style issuesMichael Straube4-16/+14
2020-09-17staging: rtl8188eu: clean up comparsion style issuesMichael Straube2-3/+3
2020-09-17staging: rtl8188eu: use __func__ in hal directoryMichael Straube7-50/+50
2020-09-16staging: rtl8188eu: convert tasklets to use new tasklet_setup() APIAllen Pais2-4/+2
2020-09-16staging: rtl8188eu: clean up blank line style issuesMichael Straube2-1/+1
2020-09-16staging: rtl8188eu: remove extra indentationsMichael Straube2-15/+15
2020-07-23staging: rtl8188eu: cleanup whitespace in declarationsMichael Straube1-6/+6
2020-07-23staging: rtl8188eu: clear alignment style issuesMichael Straube1-4/+4
2020-07-19staging: rtl8188eu: clear tabstop style issuesMichael Straube1-1/+1
2020-07-10staging: rtl8188eu: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-27staging: rtl8188eu: make some arrays static constMichael Straube1-10/+11
2020-05-27staging: rtl8188eu: clean up some declarationsMichael Straube1-16/+17
2020-04-28staging: rtl8188eu: remove some superfluous commentsMichael Straube3-7/+0
2020-04-16staging: rtl8188eu: make const char array staticMichael Straube1-1/+1
2020-04-16staging: rtl8188eu: cleanup long line in fw.cMichael Straube1-1/+2
2020-04-16staging: rtl8188eu: rename define to upper caseMichael Straube1-2/+2
2020-04-13staging: rtl8188eu: remove unnecessary parenthesesMichael Straube4-32/+32
2020-03-26staging: rtl8188eu: cleanup long line in odm.cMichael Straube1-1/+1
2020-03-25Staging: rtl8188eu: hal: Add space around operatorsShreeya Patel11-224/+224
2020-02-23staging: rtl8188eu: remove redundant assignment to condColin Ian King1-1/+1
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube2-24/+24
2020-01-14staging: rtl8188eu: cleanup whitespace in rtl8188e_dm.cMichael Straube1-22/+22
2020-01-14staging: rtl8188eu: remove unnecessary parentheses in rtl8188e_dm.cMichael Straube1-4/+4
2020-01-14staging: rtl8188eu: cleanup long lines in rtl8188e_dm.cMichael Straube1-8/+18
2020-01-14staging: rtl8188eu: convert rtw_hal_antdiv_before_linked() to boolMichael Straube1-1/+1
2020-01-14staging: rtl8188eu: refactor rtw_hal_antdiv_before_linked()Michael Straube1-8/+9
2020-01-10staging: rtl8188eu: refactor rtl88eu_dm_update_rx_idle_ant()Michael Straube1-27/+29
2020-01-10staging: rtl8188eu: remove else after returnMichael Straube1-12/+14
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook2-4/+2
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2019-10-01staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()Denis Efremov1-1/+1
2019-09-30staging: rtl8188eu: remove dead code/vestigial do..while loopConnor Kuehl1-31/+24