summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | staging:rtl8712: remove unused definitions from wifi.hIvan Safonov2021-03-101-74/+0
* | staging:rtl8712: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov2021-03-102-47/+2
|/
* staging: rtl8712: Remove multiple blank linesAakash Hemadri2021-02-091-2/+0
* staging: rtl8712: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-1/+1
* staging:rtl8712: remove unused enum WIFI_STATUS_CODEIvan Safonov2021-01-311-14/+0
* staging: rtl8712: Fix enqueue_reorder_recvframe()Dan Carpenter2020-10-011-3/+6
* staging: rtl8712: use shorter array initializationsMichael Straube2020-09-221-4/+3
* staging: rtl8712: clean up comparsions to NULLMichael Straube2020-09-2210-47/+46
* staging: rtl8712: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-164-10/+10
* Staging: rtl8712: Fixed a coding sytle issueAnkit Baluni2020-07-291-2/+1
* staging: rtl8712: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-1/+1
* staging: rtl*/security: Use static const in array declarationsJoe Perches2020-07-171-1/+1
* staging: rtl8712: handle firmware load failureRustam Kovhaev2020-07-172-4/+10
* staging: rtl8712/: Using comparison to true is error proneJohn Oldman2020-07-101-4/+4
* staging: rtl8712: Use proper format in call to dev_err()Mauro Dreissig2020-07-101-2/+2
* staging: rtl8712: Remove variable 'raw' from rtl871x_open_fw()Mauro Dreissig2020-07-101-4/+2
* staging: rtl8712: Use ETH_ALEN instead of hardcoded valueMauro Dreissig2020-07-101-1/+1
* staging: rtl8712: Simplify expressions with boolean logicMauro Dreissig2020-07-103-6/+5
* staging: rtl8712: Replace constant 49152 with expression 48 * 1024Mauro Dreissig2020-07-101-1/+1