aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-28staging: rtl8723bs: Move rate section index lookup to new function.Quytelda Kahja1-62/+47
2018-06-28staging: rtl8723bs: Remove empty else-if conditional.Quytelda Kahja1-3/+0
2018-06-28staging: rtl8723bs: Combine if statements with equivalent body.Quytelda Kahja1-5/+1
2018-06-28staging: rtl8723bs: Fix camel-case names in phy_get_tx_pwr_lmt().Quytelda Kahja1-95/+105
2018-06-28staging: rtl8723bs: Rename PHY_GetTxPowerLimit().Quytelda Kahja3-5/+5
2018-06-28staging: rtl8723bs: Clean up whitespace in 'PHY_GetTxPowerLimit()'.Quytelda Kahja1-51/+59
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg1-1/+0
2018-06-17staging: rtl8723bs: drop testJulia Lawall1-3/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-25staging: rtl8723bs: Fix grammar error in comment.Quytelda Kahja1-1/+1
2018-05-25staging: rtl8723bs: Fix camel-case in 'struct rt_firmware_hdr'.Quytelda Kahja2-23/+23
2018-05-25staging: rtl8723bs: Fix spelling/grammar errors in comment.Quytelda Kahja1-2/+2
2018-05-25staging: rtl8723bs: Fix camel-case in 'struct rt_firmware'.Quytelda Kahja2-10/+10
2018-05-25staging: rtl8723bs: Fix camel-case in IS_FW_HEADER_EXIST_8723B().Quytelda Kahja1-2/+2
2018-05-25staging: rtl8723bs: Clean up whitespace in 'rtl8723_hal.h'.Quytelda Kahja1-117/+144
2018-05-25staging: rtl8723bs: Rename 'Hal8723BPhyCfg.h' using snake case.Quytelda Kahja2-1/+1
2018-05-25staging: rtl8723bs: Rename 'Hal8723bPhyReg.h' using snake case.Quytelda Kahja2-1/+1
2018-05-25staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'.Quytelda Kahja4-3/+3
2018-05-15staging: rtl8723bs: Fix checkpatch.pl errorsSidong Yang1-13/+12
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor167-1494/+167
2018-05-06staging: rtl8723bs: fix spelling mistakes: "dismatch" and "Inviation"Colin Ian King2-7/+7
2018-04-25staging: rtl8723bs: fix rtw_cfg80211_monitor_if_xmit_entry()'s return typeLuc Van Oostenryck1-1/+1
2018-03-29staging: rtl8723bs: Remove yield call, replace with cond_resched()Thomas Avery1-1/+1
2018-03-29staging: rtl8723bs: Replace yield() call with cond_resched()Thomas Avery1-1/+1
2018-03-29staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.Quytelda Kahja1-27/+0
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja7-84/+90
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.Quytelda Kahja5-42/+43
2018-03-29staging: rtl8723bs: Replace NULL pointer comparison with '!'.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.Quytelda Kahja1-26/+69
2018-03-29staging: rtl8723bs: Fix function signature that goes over 80 characters.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().Quytelda Kahja1-8/+22
2018-03-29staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.Quytelda Kahja1-7/+0
2018-03-29staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.Quytelda Kahja1-16/+16
2018-03-29staging: rtl8723bs: Add missing braces in else statement.Quytelda Kahja1-1/+2
2018-03-29staging: rtl8723bs: Add spaces around ternary operators.Quytelda Kahja1-1/+1
2018-03-29staging: rtl8723bs: Fix lines with trailing open parentheses.Quytelda Kahja1-6/+5
2018-03-29staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja2-19/+3
2018-03-29staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja2-12/+8
2018-03-29staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().Quytelda Kahja1-3/+3
2018-03-29staging: rtl8723bs: Remove braces from single statement conditionals.Quytelda Kahja1-9/+9
2018-03-29staging: rtl8723bs: Remove unecessary braces from switch statement.Quytelda Kahja1-27/+23
2018-03-29staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().Quytelda Kahja1-9/+1
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja3-45/+2
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja3-8/+3
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja3-20/+6
2018-03-29staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'Quytelda Kahja1-56/+0
2018-03-28staging: rtl8723bs: Remove duplicate #defines.Quytelda Kahja1-12/+0
2018-03-22Staging:rtl8723bs:Add blank line after declarationPaul McQuade1-0/+1
2018-03-22Staging:rtl8723bs clean up spacesPaul McQuade1-8/+8
2018-03-22Staging:rtl8723bs Remove unnecessary bracesPaul McQuade1-3/+3