aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle"Colin Ian King1-1/+1
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-216/+3
2018-07-13staging: rtl8723bs: change return type to boolMichael Straube1-2/+2
2018-07-07staging: rtl8723bs: remove rtw_beamforming.hMichael Straube1-127/+0
2018-07-07staging: rtl8723bs: remove rtw_br_ext.hMichael Straube1-55/+0
2018-07-06staging: rtl8723bs: remove rtl8192c_rf.hMichael Straube2-29/+0
2018-06-28staging: rtl8723bs: remove rtw_set_tx_chksum_offload()Michael Straube1-2/+0
2018-06-28staging: rtl8723bs: Rename PHY_GetTxPowerLimit().Quytelda Kahja1-1/+1
2018-06-18ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg1-1/+0
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 Kahja1-16/+16
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 Kahja1-2/+2
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 Kahja2-1/+1
2018-05-15staging: rtl8723bs: Fix checkpatch.pl errorsSidong Yang1-13/+12
2018-05-11staging: rtl8723bs: Replace license boilerplate with SPDX identifiersNathan Chancellor72-639/+72
2018-05-06staging: rtl8723bs: fix spelling mistakes: "dismatch" and "Inviation"Colin Ian King1-6/+6
2018-03-29staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.Quytelda Kahja2-6/+6
2018-03-29staging: rtl8723bs: Remove unnecessary length #define's.Quytelda Kahja1-16/+0
2018-03-29staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.Quytelda Kahja1-4/+0
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.Quytelda Kahja1-43/+0
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.Quytelda Kahja1-5/+0
2018-03-29staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.Quytelda Kahja1-16/+2
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-02-16staging: rtl8723bs: make 'myid' function to follow kernel coding rulesMaciek Fijalkowski1-2/+2
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-29/+18
2017-11-03staging: rtl8723bs: Convert timers to use timer_setup()Kees Cook6-23/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18staging: rtl8723bs: remove useless variable rtw_AcceptAddbaReqAastha Gupta1-0/+1
2017-10-18staging: rtl8723bs: rename camelcase bAcceptAddbaReqAastha Gupta2-2/+2
2017-10-18staging: rtl8723bs: convert type to boolAastha Gupta1-1/+1
2017-09-17staging: rtl8723bs: convert private allocation functions to return void *Joe Perches1-2/+2
2017-09-17staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_ofJoe Perches1-1/+1
2017-06-25staging: rtl8723bs - remove asm includesDerek Robson1-3/+3
2017-06-13staging: rtl8723bs: Use vsnprintf extensions %pM and %pI4Joe Perches2-6/+6
2017-05-15staging: rtl8723bs: checkpatch - fix typos in commentsMatthew Giassa1-8/+8
2017-05-15staging: rtl8723bs: checkpatch - remove mixed spaces/hard-tabsMatthew Giassa1-15/+15
2017-05-15staging: rtl8723bs: checkpatch - remove multiple blank linesMatthew Giassa1-5/+0
2017-05-15staging: rtl8723bs: Fix coding style issuesAdheer Chandravanshi1-13/+10
2017-04-28staging: rtl8723bs: rework debug configuration handlingArnd Bergmann2-13/+15
2017-04-28staging: rtl8723bs: fix empty-body warningArnd Bergmann1-1/+1
2017-04-08staging: Add rtl8723bs sdio wifi driverHans de Goede74-0/+19338