summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712
AgeCommit message (Expand)Author
2021-04-09staging: rtl8712: fix wrong function outputSergei Krainov
2021-04-09staging: rtl8712: remove (most of) enum WIFI_FRAME_TYPEChristophe JAILLET
2021-04-09staging: rtl8712: remove enum WIFI_FRAME_SUBTYPEChristophe JAILLET
2021-04-09staging: rtl8712: remove struct rtl_ieee80211_ht_cap and ieee80211_ht_addt_infoChristophe JAILLET
2021-04-09staging: rtl8712: add spaces around '+'Mitali Borkar
2021-04-08staging: rtl8712: removed extra blank lineMitali Borkar
2021-04-08staging: rtl8712: matched alignment with open parenthesisMitali Borkar
2021-04-07staging: rtl8712: Use constants from <linux/ieee80211.h>Christophe JAILLET
2021-04-06staging: rtl8712: Remove extra blank linesZhansaya Bagdauletkyzy
2021-04-06staging: rtl8712: Rewrite NULL comparisonsZhansaya Bagdauletkyzy
2021-04-06drivers: staging: rtl8712: align arguments with open parenthesisBeatriz Martins de Carvalho
2021-04-06staging: rtl8712: Remove spaces after a castZhansaya Bagdauletkyzy
2021-04-06staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy
2021-04-06staging: rtl8712: match parentheses alignmentZhansaya Bagdauletkyzy
2021-04-06staging: rtl8712: add spaces around operatorsZhansaya Bagdauletkyzy
2021-04-06staging: rtl8712: add space before binary operatorDeborah Brouwer
2021-04-06staging: rtl8712: remove space after castDeborah Brouwer
2021-04-06staging: rtl8712: remove a blank lineDeborah Brouwer
2021-04-06staging: rtl8712: add period within a commentDeborah Brouwer
2021-04-05staging: rtl8712: remove extra blank linesZhansaya Bagdauletkyzy
2021-04-05staging: rtl8712: add blank lines after declarationsZhansaya Bagdauletkyzy
2021-03-26drivers: staging: rtl8712: _adapter is declared twiceWan Jiabing
2021-03-20staging: rtl8712: Fix a possible NULL pointer dereference in function r8712_j...Lee Gibson
2021-03-15Merge 5.12-rc3 into staging-nextGreg Kroah-Hartman
2021-03-12staging: rtl8712: fixed whitespace coding style issueSelvakumar Elangovan
2021-03-12staging: rtl8712: fixed no space coding style issueSelvakumar Elangovan
2021-03-10staging:rtl8712: replace cap_* definitions with native kernel WLAN_CAPABILITY_*Ivan Safonov
2021-03-10staging:rtl8712: use IEEE80211_FCTL_* kernel definitionsIvan Safonov
2021-03-10staging:rtl8712: remove unused definitions from wifi.hIvan Safonov
2021-03-10staging:rtl8712: replace get_(d|s)a with ieee80211_get_(D|S)AIvan Safonov
2021-03-10staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmdLee Gibson
2021-03-10staging: rtl8712: unterminated string leads to read overflowDan Carpenter
2021-02-09staging: rtl8712: Remove multiple blank linesAakash Hemadri
2021-02-04staging: rtl8712: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi
2021-01-31staging:rtl8712: remove unused enum WIFI_STATUS_CODEIvan Safonov
2020-10-01staging: rtl8712: Fix enqueue_reorder_recvframe()Dan Carpenter
2020-09-22staging: rtl8712: use shorter array initializationsMichael Straube
2020-09-22staging: rtl8712: clean up comparsions to NULLMichael Straube
2020-09-16staging: rtl8712: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-29Staging: rtl8712: Fixed a coding sytle issueAnkit Baluni
2020-07-28staging: rtl8712: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-17staging: rtl*/security: Use static const in array declarationsJoe Perches
2020-07-17staging: rtl8712: handle firmware load failureRustam Kovhaev
2020-07-10staging: rtl8712/: Using comparison to true is error proneJohn Oldman
2020-07-10staging: rtl8712: Use proper format in call to dev_err()Mauro Dreissig
2020-07-10staging: rtl8712: Remove variable 'raw' from rtl871x_open_fw()Mauro Dreissig
2020-07-10staging: rtl8712: Use ETH_ALEN instead of hardcoded valueMauro Dreissig
2020-07-10staging: rtl8712: Simplify expressions with boolean logicMauro Dreissig
2020-07-10staging: rtl8712: Replace constant 49152 with expression 48 * 1024Mauro Dreissig
2020-07-10staging: rtl8712: Annotate r8712_sitesurvey_cmd()Mauro Dreissig