aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
AgeCommit message (Expand)AuthorFilesLines
2024-03-26staging: rtl8712: rename backupTKIPCountermeasure to backup_TKIP_countermeasureAyush Tiwari1-3/+3
2024-03-26staging: rtl8712: rename backupPMKIDIndex to backup_PMKID_indexAyush Tiwari1-3/+3
2024-03-26staging: rtl8712: rename backupPMKIDList to backup_PMKID_listAyush Tiwari1-3/+3
2024-03-25staging: rtl8712: Add space between operands and operatorAyush Tiwari1-1/+1
2024-03-25staging: rtl8712: Remove additional spaceAyush Tiwari1-1/+1
2024-03-25staging: rtl8712: Fix line length exceeding 100 columnsAyush Tiwari1-1/+2
2024-03-25staging: rtl8712: rename tmpVal to avg_valAyush Tiwari1-3/+3
2023-12-23staging: rtl8712: fix open parentheses alignmentRyan England7-301/+173
2023-12-18drivers: staging: rtl8712: Fixes spelling mistake in rtl871x_mp_phy_regdef.hDipendra Khadka1-1/+1
2023-08-04staging: rtl8712: fix race conditionNam Cao2-1/+1
2023-07-27staging: r8712: Fix memory leak in _r8712_init_xmit_priv()Larry Finger2-9/+40
2023-04-15staging: rtl8172: Add blank lines after declarationsSrihari S1-0/+1
2023-03-08staging: rtl8712: Fix multiple line dereferenceShibo Li1-2/+2
2023-03-08staging: rtl8712: Remove extra spacesShibo Li1-46/+47
2022-10-31staging: rtl8712: fix potential memory leakNam Cao1-5/+18
2022-10-31staging: rtl8712: check for return value of _r8712_init_xmit_priv()Nam Cao1-1/+3
2022-10-31staging: rtl8712: check for alloc fail in _r8712_init_recv_priv()Nam Cao4-12/+20
2022-10-31Revert "staging: r8712u: Tracking kmemleak false positives."Nam Cao1-3/+0
2022-10-22staging: rtl8712: Remove variable xcntColin Ian King1-2/+1
2022-09-09staging: rtl8712: Fix return type for implementation of ndo_start_xmitGUO Zihua2-4/+4
2022-09-09staging: rtl8712: fix camelcase in UserPriorityAsif Khan1-6/+6
2022-08-30staging: rtl8712: fix use after free bugsDan Carpenter1-36/+0
2022-05-19staging: rtl8712: fix uninit-value in r871xu_drv_init()Wang Cheng1-3/+3
2022-05-19staging: rtl8712: fix uninit-value in usb_read8() and friendsWang Cheng1-9/+18
2022-05-19staging: rtl8712: add error handler in r8712_usbctrl_vendorreq()Wang Cheng1-7/+14
2022-04-20staging: rtl8712: Remove unnecessary int typecastSolomon Tan1-2/+2
2022-04-14staging: rtl8712: Remove unnecessary parenthesesAliya Rahmani1-1/+1
2022-04-14staging: rtl8712: cmd: remove redundant space after castAliya Rahmani1-1/+1
2022-04-12staging/rtl8712: remove event_taskletDavidlohr Bueso1-1/+0
2022-04-12staging: rtl8712: efuse: code style - avoid macro argument precedence issuesAliya Rahmani1-2/+2
2022-04-07staging: rtl8712: fix camel case in function r8712_generate_ieMahak Gupta1-2/+2
2022-04-07staging: rtl8712: remove unnecessary parenthesesAlaa Mohamed1-10/+10
2022-04-05staging: rtl8712: fix a potential memory leak in r871xu_drv_init()Xiaoke Wang2-4/+3
2022-04-05staging: rtl8712: simplify control flowSevinj Aghayeva1-19/+6
2022-04-05staging: rtl8712: remove Unnecessary parenthesesAlaa Mohamed1-8/+8
2022-04-05staging: rtl8712: Fix multiple line dereferenceAlaa Mohamed1-52/+25
2022-04-04staging: rtl8712: Fix multiple blank lines warning from .c filesSathish Kumar4-4/+0
2022-04-04staging: rtl8712: Fix multiple blank lines warning from .h filesSathish Kumar16-28/+0
2022-04-04staging: rtl8712: Use completions for signalingSathish Kumar4-11/+4
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-10/+2
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-4/+4
2022-01-25staging: rtl8712: Drop get_recvframe_data()Kees Cook2-10/+2
2021-12-09staging: rtl8712: Fix alignment checks with flipped conditionNgo Tak Fong1-15/+13
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+1
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+16
2021-10-29exit/rtl8712: Replace the macro thread_exit with a simple return 0Eric W. Biederman2-2/+1
2021-10-26staging: r8712u: fix control-message timeoutJohan Hovold1-1/+1
2021-10-20staging: rtl8712: fix use-after-free in rtl8712_dl_fwPavel Skripkin1-2/+2
2021-10-20staging: rtl8712: prepare for const netdev->dev_addrJakub Kicinski3-3/+4
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-2/+2
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-10-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook1-2/+2
2021-10-05staging: rtl8712: Statements should start on a tabstopDawid Esterhuizen1-5/+5
2021-08-09Merge 5.14-rc5 into staging-nextGreg Kroah-Hartman6-38/+61
2021-07-30Staging: rt18712: hal_init: removed filename from beginning comment blockAgam Kohli1-1/+0
2021-07-27staging: rtl8712: error handling refactoringPavel Skripkin2-39/+43
2021-07-27staging: rtl8712: get rid of flush_scheduled_workPavel Skripkin5-1/+20
2021-07-21staging/rtl8712: Remove all strcpy() uses in favor of strscpy()Len Baker1-1/+1
2021-07-21staging: rtl8712: Fix alignmentAlexander Greyling1-1/+1
2021-07-21staging: rtl8712: Remove some unused #define and enumChristophe JAILLET1-48/+0
2021-06-14staging: rtl8712: fix memory leak in rtl871x_load_fw_cbPavel Skripkin1-0/+3
2021-06-14staging: rtl8712: fix error handling in r871xu_drv_initPavel Skripkin2-13/+13
2021-06-14staging: rtl8712: remove redundant check in r871xu_drv_initPavel Skripkin1-6/+4
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_j...Lee 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
2020-07-03staging: rtl8712: base_types: Remove unused macrosMauro Dreissig1-7/+0
2020-07-03staging: rtl8712: Replace FIELD_OFFSET() with offsetof()Mauro Dreissig3-5/+4
2020-07-03staging: rtl8712: use common ieee80211 constantsMichael Straube3-56/+5
2020-07-01staging: rtl8712: remove some ieee80211 constants from wifi.hMichael Straube1-4/+0
2020-06-18staging:rtl8712: avoid skb_clone after skb allocation failIvan Safonov1-18/+11
2020-06-16staging: rtl8712: Remove unnecesary else after return statement.Sebastian Arriola1-2/+1
2020-06-16staging: rtl8712: switch to common ieee80211 headersPascal Terjan10-633/+21
2020-05-27staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASKPascal Terjan1-8/+1
2020-04-16staging: rtl8712: correct spelling mistake in commentMichael Straube1-1/+1
2020-04-13staging: rtl8712: fix multiline derefernce warningsAiman Najjar1-7/+4
2020-04-13staging: rtl8712: code improvements to make_wlanhdrAiman Najjar2-64/+61
2020-04-13staging: rtl8712: fix checkpatch warningsAiman Najjar1-8/+7
2020-04-13staging: rtl8712: fix long-line checkpatch warningAiman Najjar1-2/+2
2020-04-13staging: rtl8712: fix checkpatch long-line warningAiman Najjar1-2/+3
2020-03-20staging: rtl8712: Remove unnecessary bracesGokce Kuler1-2/+2
2020-03-19staging: rtl8712: Fix for long lines in Kconfig helpR Veera Kumar1-2/+5
2020-03-19staging: rtl8712: Correct a typo in a commentR Veera Kumar1-1/+1
2020-03-12staging: rtl8712: Fixes for simple typos in C commentsR Veera Kumar2-3/+3
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+4
2020-01-22staging: rtl8712: simplify evm_db2percentage()Michael Straube1-8/+2
2019-12-10staging: rtl8712: fix interface sanity checkJohan Hovold1-1/+1
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook4-11/+9
2019-10-28staging: rtl8712: Fix Alignment of open parenthesisCristiane Naves1-18/+18
2019-10-27staging: rtl8712: Remove lines before a close braceCristiane Naves1-2/+0
2019-10-14staging: rtl8712: clean up function headersWambui Karuga1-38/+19
2019-10-14staging: rtl8712: remove unnecessary return variablesWambui Karuga1-27/+19
2019-10-10staging: rtl8712: Align function arguments with opening paranthesisWambui Karuga1-1/+1
2019-10-07staging: rtl8712: align arguments with open parenthesis in file rtl8712_led.cGabriela Bittencourt1-1/+1
2019-10-04staging: rtl8712: fix boundary condition for nRohit Sarkar1-2/+2
2019-09-30staging: rtl8712: Replace snprintf with scnprintfRohit Sarkar1-2/+2
2019-08-27staging: rtl8712: wifi: checkpatch style fixTaihsiang Ho (tai271828)1-8/+0
2019-08-21staging: rtl8712: Improve naming of include hearder guardsChristophe JAILLET2-6/+4
2019-08-14Staging: rtl8712: rtl8712_recv: fixed 80 character length warningMerwin Trever Ferrao1-1/+2
2019-08-14staging: rtl8712: r8712_dump_aggr_xframe(): Change type to voidNishka Dasgupta2-6/+4
2019-08-14staging: rtl8712: r8712_xmitframe_aggr_1st(): Change return type to voidNishka Dasgupta2-6/+4
2019-08-14staging: rtl8712: r8712_append_mpdu_unit(): Change return typeNishka Dasgupta1-11/+8
2019-08-14staging: rtl8712: xmitframe_addmic(): Change return values and typeNishka Dasgupta1-6/+6
2019-08-12staging: rtl8712: r8712_construct_txaggr_cmd_hdr(): Change return typeNishka Dasgupta1-3/+1
2019-08-12staging: rtl8712: r8712_construct_txaggr_cmd_desc(): Change return typeNishka Dasgupta1-3/+1
2019-08-12staging: rtl8712: r8712_xmit_direct(): Change return typeNishka Dasgupta2-3/+2
2019-08-12staging: rtl8712: r8712_free_xmitbuf(): Change return typeNishka Dasgupta2-5/+4
2019-08-12staging: rtl8712: make_wlanhdr(): Change return values and typeNishka Dasgupta1-5/+5
2019-08-12staging: rtl8712: r8712_update_attrib(): Change return values and typeNishka Dasgupta3-11/+11
2019-08-12staging: rtl8712: _r8712_init_xmit_priv(): Change return values and typeNishka Dasgupta2-9/+9
2019-08-08staging: rtl8712: r8712_xmit_classifier(): Change return values and typeNishka Dasgupta3-7/+7
2019-08-08staging: rtl8712: Remove while loop and check_cmd_fifo()Nishka Dasgupta1-12/+0
2019-08-08staging: rtl8712: r8712_free_drv_sw(): Change return typeNishka Dasgupta2-3/+2
2019-08-08staging: rtl8712: init_drv_sw(): Change return valuesNishka Dasgupta3-12/+18
2019-08-08staging: rtl8712: init_default_value(): Change return typeNishka Dasgupta1-4/+2
2019-08-08staging: rtl8712: recvbuf2recvframe(): Change return typeNishka Dasgupta1-7/+5
2019-08-08staging: rtl8712: r8712_recv_entry(): Change return typeNishka Dasgupta2-4/+3
2019-08-08staging: rtl8712: r8712_wlanhdr_to_ethhdr(): Change return valuesNishka Dasgupta2-6/+6
2019-08-08staging: rtl8712: recv_indicatepkt_reorder(): Change return valuesNishka Dasgupta1-7/+6
2019-08-08staging: rtl8712: amsdu_to_msdu(): Change return typeNishka Dasgupta1-7/+2
2019-08-03staging: rtl8712: Add spaces around <<Marco Villegas1-1/+1
2019-08-02staging: rtl8712: r8712_aes_decrypt(): Change return typeNishka Dasgupta2-6/+3
2019-08-02staging: rtl8712: aes_decipher(): Change return typeNishka Dasgupta1-3/+2
2019-08-02staging: rtl8712: aes_cipher(): Change return typeNishka Dasgupta1-3/+2
2019-08-02staging: rtl8712: r8712_tkip_decrypt(): Change return typeNishka Dasgupta2-11/+3
2019-08-02staging: rtl8712: r8712_os_recvbuf_resource_free(): Change return typeNishka Dasgupta2-5/+4
2019-08-02staging: rtl8712: r8712_os_recvbuf_resource_alloc(): Change return valuesNishka Dasgupta2-6/+4
2019-08-02staging: rtl8712: r8712_init_recv_priv(): Change return typeNishka Dasgupta2-4/+3
2019-08-02staging: rtl8712: _r8712_init_recv_priv(): Change return typeNishka Dasgupta2-4/+4
2019-08-02staging: rtl8712: r8712_os_recv_resource_alloc(): Change return typeNishka Dasgupta2-5/+4
2019-07-25staging: rtl8712: r8712_free_recvframe(): Change return typeNishka Dasgupta2-3/+2
2019-07-25staging: rtl8712: r8712_init_recvbuf(): Change return typeNishka Dasgupta2-3/+2
2019-07-25staging: rtl8712: r8712_set_802_11_add_wep(): Change return valuesNishka Dasgupta3-11/+8
2019-07-25staging: rtl8712: init_mp_priv(): Change return valuesNishka Dasgupta1-6/+3
2019-07-25staging: rtl8712: r8712_register_cmd_alive(): Change return valuesNishka Dasgupta3-7/+7
2019-07-25staging: rtl8712: r8712_set_key(): Change return valuesNishka Dasgupta3-13/+13
2019-07-25staging: rtl8712: r8712_set_auth(): Change return valuesNishka Dasgupta3-10/+10
2019-07-25staging: rtl8712: r8712_init_mlme_priv(): Change return valuesNishka Dasgupta2-3/+3
2019-07-25staging: rtl8712: Merge memcpy + be16_to_cpus to get_unaligned_be16Chuhong Yuan1-2/+1
2019-07-25staging: rtl8712: recv_linux.c: Align * on block commentChristian L Moreno1-2/+2
2019-07-22staging: rtl8712: remove redundant assignment to variable resColin Ian King1-1/+1
2019-07-01staging: rtl8712: Replace function r8712_dequeue_cmd()Nishka Dasgupta1-6/+1
2019-07-01staging: rtl8712: Replace function r8712_enqueue_cmd()Nishka Dasgupta1-10/+7