summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.14-rc5 into staging-nextGreg Kroah-Hartman2021-08-096-38/+61
|\
| * staging: rtl8712: error handling refactoringPavel Skripkin2021-07-272-39/+43
| * staging: rtl8712: get rid of flush_scheduled_workPavel Skripkin2021-07-275-1/+20
* | Staging: rt18712: hal_init: removed filename from beginning comment blockAgam Kohli2021-07-301-1/+0
* | staging/rtl8712: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-211-1/+1
* | staging: rtl8712: Fix alignmentAlexander Greyling2021-07-211-1/+1
* | staging: rtl8712: Remove some unused #define and enumChristophe JAILLET2021-07-211-48/+0
|/
* staging: rtl8712: fix memory leak in rtl871x_load_fw_cbPavel Skripkin2021-06-141-0/+3
* staging: rtl8712: fix error handling in r871xu_drv_initPavel Skripkin2021-06-142-13/+13
* staging: rtl8712: remove redundant check in r871xu_drv_initPavel Skripkin2021-06-141-6/+4
* staging: rtl8712: Replace printk() with netdev_dbg()Fabio M. De Francesco2021-06-121-1/+1
* staging: rtl8712: Remove unnecessary alias of printk()Fabio M. De Francesco2021-06-092-24/+1
* Staging: rtl8712: Cleanup coding style warningKhoa Tran Minh2021-06-031-3/+3
* staging: rtl8712: Removed unnecessary blank linesHriday Hegde2021-05-254-4/+0
* staging: rtl8712: fix the bssid in mp_start_test()Dan Carpenter2021-05-191-1/+1
* staging: rtl8712: Fix some tests against some 'data' subtype framesChristophe JAILLET2021-05-102-7/+7
* staging: rtl8712: remove multiple multiple assignmentsAlexander Vorwerk2021-05-101-2/+3
* staging: rtl8712: Use list iterators and helpersGuenter Roeck2021-05-101-4/+2
* staging: rtl8712: rtl871x_mp_ioctl: Move a large data struct onto the heapLee Jones2021-05-101-12/+17
* staging: rtl8712: rtl871x_mp_ioctl: Remove a bunch of unused tablesLee Jones2021-05-101-127/+0
* staging: rtl8712: fix wrong function outputSergei Krainov2021-04-091-0/+2
* staging: rtl8712: remove (most of) enum WIFI_FRAME_TYPEChristophe JAILLET2021-04-093-9/+6
* staging: rtl8712: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET2021-04-093-40/+8
* staging: rtl8712: remove struct rtl_ieee80211_ht_cap and ieee80211_ht_addt_infoChristophe JAILLET2021-04-094-44/+9
* staging: rtl8712: add spaces around '+'Mitali Borkar2021-04-091-1/+1
* staging: rtl8712: removed extra blank lineMitali Borkar2021-04-081-1/+0
* staging: rtl8712: matched alignment with open parenthesisMitali Borkar2021-04-081-3/+3
* staging: rtl8712: Use constants from <linux/ieee80211.h>Christophe JAILLET2021-04-075-31/+17
* staging: rtl8712: Remove extra blank linesZhansaya Bagdauletkyzy2021-04-064-4/+0
* staging: rtl8712: Rewrite NULL comparisonsZhansaya Bagdauletkyzy2021-04-061-5/+5
* drivers: staging: rtl8712: align arguments with open parenthesisBeatriz Martins de Carvalho2021-04-061-2/+2
* staging: rtl8712: Remove spaces after a castZhansaya Bagdauletkyzy2021-04-061-5/+5
* staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy2021-04-061-2/+0
* staging: rtl8712: match parentheses alignmentZhansaya Bagdauletkyzy2021-04-063-16/+16
* staging: rtl8712: add spaces around operatorsZhansaya Bagdauletkyzy2021-04-064-10/+10
* staging: rtl8712: add space before binary operatorDeborah Brouwer2021-04-061-1/+1
* staging: rtl8712: remove space after castDeborah Brouwer2021-04-061-3/+3
* staging: rtl8712: remove a blank lineDeborah Brouwer2021-04-061-1/+0
* staging: rtl8712: add period within a commentDeborah Brouwer2021-04-061-2/+2
* staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy2021-04-054-8/+0
* staging: rtl8712: add blank lines after declarationsZhansaya Bagdauletkyzy2021-04-057-0/+18
* drivers: staging: rtl8712: _adapter is declared twiceWan Jiabing2021-03-261-2/+0
* staging: rtl8712: Fix a possible NULL pointer dereference in function r8712_j...Lee Gibson2021-03-201-1/+2
* Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman2021-03-152-3/+5
|\
| * staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmdLee Gibson2021-03-101-2/+4
| * staging: rtl8712: unterminated string leads to read overflowDan Carpenter2021-03-101-1/+1
* | staging: rtl8712: fixed whitespace coding style issueSelvakumar Elangovan2021-03-121-3/+0
* | staging: rtl8712: fixed no space coding style issueSelvakumar Elangovan2021-03-121-1/+1
* | staging:rtl8712: replace cap_* definitions with native kernel WLAN_CAPABILITY_*Ivan Safonov2021-03-102-10/+3
* | staging:rtl8712: use IEEE80211_FCTL_* kernel definitionsIvan Safonov2021-03-101-30/+22