aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-14staging: rtl8723bs: Use min() instead of doing it manuallyHaowen Bai1-4/+1
2022-03-02staging: rtl8723bs: Fix access-point mode deadlockHans de Goede1-7/+9
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-10-29exit/rtl8723bs: Replace the macro thread_exit with a simple return 0Eric W. Biederman1-1/+1
2021-09-21staging: rtl8723bs: remove possible deadlock when disconnect (v2)Fabio Aiuto1-9/+7
2021-09-17Revert "staging: rtl8723bs: remove possible deadlock when disconnect"Greg Kroah-Hartman1-7/+6
2021-09-13staging: rtl8723bs: remove possible deadlock when disconnectFabio Aiuto1-6/+7
2021-09-13staging: rtl8723bs: unwrap initialization of queuesFabio Aiuto1-11/+22
2021-06-24staging: rtl8723bs: remove code related to unsupported channel bandwidthFabio Aiuto1-4/+1
2021-06-09staging: rtl8723bs: use list_for_each_safe in loops deleting iterated itemsFabio Aiuto1-9/+9
2021-05-19staging: rtl8723bs: fix coding style for if comparisionsShreyansh Chouhan1-3/+3
2021-05-13staging: rtl8723bs: remove unused argument 'msg'Bryan Brattlof1-2/+2
2021-05-10staging: rtl8723bs: Use list iterators and helpersGuenter Roeck1-30/+13
2021-05-10staging: rtl8723bs: remove debug macros related to core/rtw_xmit.c tracingFabio Aiuto1-2/+0
2021-04-22Staging: rtl8723bs: rtw_xmit: fixed tabbing issueAmos Gross1-1/+1
2021-04-22staging: rtl8723bs: replace DBG_871X_LEVEL logs with netdev_*()Fabio Aiuto1-1/+1
2021-04-11staging: rtl8723bs: remove unnecessary bracksFabio Aiuto1-2/+1
2021-04-11staging: rtl8723bs: remove all DBG_8192C logsFabio Aiuto1-4/+0
2021-04-07staging: rtl8723bs: rewrite comparison to nullFabio Aiuto1-1/+1
2021-04-07staging: rtl8723bs: remove unnecessary bracks on DBG_871X removal sitesFabio Aiuto1-39/+22
2021-04-07staging: rtl8723bs: remove empty #ifdef blocks after DBG_871X removalFabio Aiuto1-20/+0
2021-04-07staging: rtl8723bs: remove all if-else empty blocks left by DBG_871X removalFabio Aiuto1-24/+0
2021-04-07staging: rtl8723bs: remove all DBG_871X logsFabio Aiuto1-40/+4
2021-04-05staging: rtl8723bs: fix condition in if statement in core/rtw_xmit.cFabio Aiuto1-1/+1
2021-04-05staging: rtl8723bs: remove RT_TRACE logs in core/rtw_xmit.cFabio Aiuto1-75/+7
2021-04-02staging: rtl8723bs: core: remove empty commentDeborah Brouwer1-2/+0
2021-04-02staging: rtl8723bs: core: add * to block commentsDeborah Brouwer1-31/+27
2021-04-02staging: rtl8723bs: core: add comma within a commentDeborah Brouwer1-1/+1
2021-03-16staging: rtl8723bs: remove unused code blocks conditioned by never set CONFIG_AUTO_AP_MODEFabio Aiuto1-5/+0
2021-03-12staging: rtl8723bs: remove typedefs in osdep_service_linux.hMarco Cesati1-9/+9
2021-03-12staging: rtl8723bs: remove typedefs in basic_types.hMarco Cesati1-19/+19
2021-03-10staging: rtl8723bs: remove DBG_COUNTER calls from core/rtw_xmit.cPhillip Potter1-41/+3
2020-12-08staging: rtl8723bs: replace _MME_IE_Ross Schmidt1-1/+1
2020-12-08staging: rtl8723bs: replace _ERPINFO_IE_Ross Schmidt1-1/+1
2020-12-08staging: rtl8723bs: replace _TIM_IE_Ross Schmidt1-4/+4
2020-12-07staging: rtl8723bs: remove LIST_CONTAINORRoss Schmidt1-11/+11
2020-11-13staging: rtl8723bs: clean up logical continuationsRoss Schmidt1-3/+3
2020-11-13staging: rtl8723bs: clean up open ended linesRoss Schmidt1-12/+5
2020-11-13staging: rtl8723bs: clean up space before tabsRoss Schmidt1-10/+10
2020-11-13staging: rtl8723bs: clean up bracesRoss Schmidt1-9/+14
2020-11-13staging: rtl8723bs: clean up line spacingRoss Schmidt1-0/+3
2020-11-06staging: rtl8723bs: remove MAC_FMT macroRoss Schmidt1-5/+5
2020-10-27staging: rtl8723bs: cleanup NULL check before vfreeAmarjargal Gundjalam1-9/+5
2020-10-05staging: rtl8723bs: replace RND4 with round_up()Ross Schmidt1-2/+2
2020-03-26staging: rtl8723bs: core: Correct typos in commentsR Veera Kumar1-2/+2
2019-11-13staging: rtl8723bs: Remove unnecessary bracesJavier F. Arias1-21/+12
2019-11-13staging: rtl8723bs: Remove blank lines after an open braceJavier F. Arias1-8/+0
2019-11-13staging: rtl8723bs: Remove blank lines before a close braceJavier F. Arias1-35/+0
2019-11-13staging: rtl8723bs: Remove multiple blank linesJavier F. Arias1-51/+0
2019-11-11staging: rtl8723bs: Remove commented codeJavier F. Arias1-175/+2