aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-12staging: rtl8712: Replace printk() with netdev_dbg()Fabio M. De Francesco1-1/+1
2021-06-09staging: rtl8712: Remove unnecessary alias of printk()Fabio M. De Francesco2-24/+1
2021-06-03Staging: rtl8712: Cleanup coding style warningKhoa Tran Minh1-3/+3
2021-05-25staging: rtl8712: Removed unnecessary blank linesHriday Hegde4-4/+0
2021-05-19staging: rtl8712: fix the bssid in mp_start_test()Dan Carpenter1-1/+1
2021-05-10staging: rtl8712: Fix some tests against some 'data' subtype framesChristophe JAILLET2-7/+7
2021-05-10staging: rtl8712: remove multiple multiple assignmentsAlexander Vorwerk1-2/+3
2021-05-10staging: rtl8712: Use list iterators and helpersGuenter Roeck1-4/+2
2021-05-10staging: rtl8712: rtl871x_mp_ioctl: Move a large data struct onto the heapLee Jones1-12/+17
2021-05-10staging: rtl8712: rtl871x_mp_ioctl: Remove a bunch of unused tablesLee Jones1-127/+0
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