aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-09staging: rtl8712: fix wrong function outputSergei Krainov1-0/+2
2021-04-09staging: rtl8712: remove (most of) enum WIFI_FRAME_TYPEChristophe JAILLET3-9/+6
2021-04-09staging: rtl8712: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET3-40/+8
2021-04-09staging: rtl8712: remove struct rtl_ieee80211_ht_cap and ieee80211_ht_addt_infoChristophe JAILLET4-44/+9
2021-04-09staging: rtl8712: add spaces around '+'Mitali Borkar1-1/+1
2021-04-08staging: rtl8712: removed extra blank lineMitali Borkar1-1/+0
2021-04-08staging: rtl8712: matched alignment with open parenthesisMitali Borkar1-3/+3
2021-04-07staging: rtl8712: Use constants from <linux/ieee80211.h>Christophe JAILLET5-31/+17
2021-04-06staging: rtl8712: Remove extra blank linesZhansaya Bagdauletkyzy4-4/+0
2021-04-06staging: rtl8712: Rewrite NULL comparisonsZhansaya Bagdauletkyzy1-5/+5
2021-04-06drivers: staging: rtl8712: align arguments with open parenthesisBeatriz Martins de Carvalho1-2/+2
2021-04-06staging: rtl8712: Remove spaces after a castZhansaya Bagdauletkyzy1-5/+5
2021-04-06staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy1-2/+0
2021-04-06staging: rtl8712: match parentheses alignmentZhansaya Bagdauletkyzy3-16/+16
2021-04-06staging: rtl8712: add spaces around operatorsZhansaya Bagdauletkyzy4-10/+10
2021-04-06staging: rtl8712: add space before binary operatorDeborah Brouwer1-1/+1
2021-04-06staging: rtl8712: remove space after castDeborah Brouwer1-3/+3
2021-04-06staging: rtl8712: remove a blank lineDeborah Brouwer1-1/+0
2021-04-06staging: rtl8712: add period within a commentDeborah Brouwer1-2/+2
2021-04-05staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy4-8/+0
2021-04-05staging: rtl8712: add blank lines after declarationsZhansaya Bagdauletkyzy7-0/+18
2021-03-26drivers: staging: rtl8712: _adapter is declared twiceWan Jiabing1-2/+0
2021-03-20staging: rtl8712: Fix a possible NULL pointer dereference in function r8712_joinbss_event_callbackLee Gibson1-1/+2
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2-3/+5
2021-03-12staging: rtl8712: fixed whitespace coding style issueSelvakumar Elangovan1-3/+0
2021-03-12staging: rtl8712: fixed no space coding style issueSelvakumar Elangovan1-1/+1
2021-03-10staging:rtl8712: replace cap_* definitions with native kernel WLAN_CAPABILITY_*Ivan Safonov2-10/+3
2021-03-10staging:rtl8712: use IEEE80211_FCTL_* kernel definitionsIvan Safonov1-30/+22
2021-03-10staging:rtl8712: remove unused definitions from wifi.hIvan Safonov1-74/+0
2021-03-10staging:rtl8712: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov2-47/+2
2021-03-10staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmdLee Gibson1-2/+4
2021-03-10staging: rtl8712: unterminated string leads to read overflowDan Carpenter1-1/+1
2021-02-09staging: rtl8712: Remove multiple blank linesAakash Hemadri1-2/+0
2021-02-04staging: rtl8712: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2021-01-31staging:rtl8712: remove unused enum WIFI_STATUS_CODEIvan Safonov1-14/+0
2020-10-01staging: rtl8712: Fix enqueue_reorder_recvframe()Dan Carpenter1-3/+6
2020-09-22staging: rtl8712: use shorter array initializationsMichael Straube1-4/+3
2020-09-22staging: rtl8712: clean up comparsions to NULLMichael Straube10-47/+46
2020-09-16staging: rtl8712: convert tasklets to use new tasklet_setup() APIAllen Pais4-10/+10
2020-07-29Staging: rtl8712: Fixed a coding sytle issueAnkit Baluni1-2/+1
2020-07-28staging: rtl8712: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-17staging: rtl*/security: Use static const in array declarationsJoe Perches1-1/+1
2020-07-17staging: rtl8712: handle firmware load failureRustam Kovhaev2-4/+10
2020-07-10staging: rtl8712/: Using comparison to true is error proneJohn Oldman1-4/+4
2020-07-10staging: rtl8712: Use proper format in call to dev_err()Mauro Dreissig1-2/+2
2020-07-10staging: rtl8712: Remove variable 'raw' from rtl871x_open_fw()Mauro Dreissig1-4/+2
2020-07-10staging: rtl8712: Use ETH_ALEN instead of hardcoded valueMauro Dreissig1-1/+1
2020-07-10staging: rtl8712: Simplify expressions with boolean logicMauro Dreissig3-6/+5
2020-07-10staging: rtl8712: Replace constant 49152 with expression 48 * 1024Mauro Dreissig1-1/+1
2020-07-10staging: rtl8712: Annotate r8712_sitesurvey_cmd()Mauro Dreissig1-6/+1