aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-30staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar2-6/+6
2019-08-28staging: rtl8192u: Fix indentationStephen Brennan4-62/+62
2019-08-25staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan4-31/+0
2019-08-25staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King1-1/+0
2019-08-21staging: rtl8192u: fix spacing in ieee80211Stephen Brennan12-86/+86
2019-08-21staging: rtl8192u: fix macro alignment in ieee80211Stephen Brennan2-21/+22
2019-08-21staging: rtl8192u: fix OPEN_BRACE errors in ieee80211Stephen Brennan5-133/+73
2019-08-21staging: rtl8192u: ieee80211: remove set but not used variable 'data_len'YueHaibing1-2/+1
2019-08-18staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Use crypto API ccm(aes)Christina Quast1-115/+86
2019-08-12staging: rtl8192u: fix spacing errorsStephen Brennan1-255/+200
2019-07-25staging: rtl8192*: display ESSIDs using %pEJ. Bruce Fields1-1/+1
2019-06-20staging: rtl8192u: ieee80211: Remove redundant memsetHariprasad Kelam1-1/+0
2019-05-22staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor1-2/+1
2019-05-22Staging: rtl8192u: ieee80211: Replace function names in strings with "%s", __func__Puranjay Mohan1-5/+5
2019-05-21Staging: rtl8192u: ieee80211: Fix if-else coding style issuePuranjay Mohan1-2/+2
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan4-20/+20
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style issues related to if elsePuranjay Mohan1-12/+6
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonPuranjay Mohan1-4/+4
2019-05-20Staging: rtl8192u: ieee80211: Add spaces around '&&' operatorPuranjay Mohan1-7/+7
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style errorsPuranjay Mohan1-38/+20
2019-05-20Staging: rtl8192u: ieee80211: Fix spelling mistakePuranjay Mohan1-2/+2
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style warningPuranjay Mohan1-2/+1
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds14-228/+154
2019-05-02Staging: rtl8192u: ieee80211: Fix if-else indentation warningPuranjay Mohan1-2/+2
2019-05-02Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesPuranjay Mohan1-5/+5
2019-05-01staging: rtl8192u: ieee80211: Resolve ERROR reported by checkpatchVandana BN1-20/+20
2019-04-30staging: rtl8192u: ieee80211: Fix spelling mistakeVatsala Narang1-1/+2
2019-04-30staging: rtl8192u: ieee80211: Replace bit shifting with BIT macroVatsala Narang1-4/+4
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-16staging: rtl8192u: ieee80211: add space around '==' and before '('Caio Salvador Rohwedder1-1/+1
2019-04-16staging: rtl8192u: Add missing spaceGabriel Siqueira1-2/+2
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman11-72/+11
2019-04-02staging: rtl8192u: ieee80211: ieee80211_crypt_tkip.c: Replace bit shifting with BIT macroPayal Kshirsagar1-2/+2
2019-04-02staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Replace bit shifting with BIT macroPayal Kshirsagar1-2/+2
2019-04-02staging: rtl8192u: ieee80211: ieee80211_rx.c: Replace bit shifting with BIT macroPayal Kshirsagar1-16/+16
2019-03-29Staging: rtl8192u: ieee80211: Remove custom macro IEEE80211_DEBUGMadhumitha Prabakaran1-6/+2
2019-03-29staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonVatsala Narang1-7/+6
2019-03-29staging: rtl8192u: ieee80211: ieee80211_wx: add space before open braceJulius Hemanth Pitti1-7/+5
2019-03-27staging: rtl8192u: Remove typedef for struct.Sanjana Sanikommu1-2/+2
2019-03-21staging: rtl8192u: ieee80211: ieee80211_rx.c: Remove unnecessary braces.Sanjana Sanikommu1-2/+1
2019-03-20staging: rtl8192u: ieee80211: ieee80211_tx.c: Adjust space around else.Sanjana Sanikommu1-1/+1
2019-03-20staging: rtl8192u: ieee80211: ieee80211_rx.c: Fix NULL comparisions.Sanjana Sanikommu1-2/+2
2019-03-18staging: rtl8192u: Add required spaces before open parenthesisSidong Yang2-45/+45
2019-03-18staging: rtl8192u: Adjust 'if' to follow Kernel coding StyleBhanusree Pola1-8/+2
2019-03-18staging: rtl8192u: Remove casts on the return values of list_entryBhanusree Pola2-6/+6
2019-03-18staging: rtl8192u: Remove typedef for struct _RX_REORDER_ENTRYBhanusree Pola3-14/+14
2019-03-18staging: rtl8192u: Remove typedef for struct _RT_LINK_DETECT_TBhanusree Pola1-3/+3
2019-03-18staging: rtl8192u: Remove typedef for struct _RT_POWER_SAVE_CONTROLBhanusree Pola1-4/+4
2019-03-18staging: rtl8192u: Remove typedef for struct _IbssParmsBhanusree Pola1-3/+3
2019-03-18staging: rtl8192u: Remove typedef for struct _bandwidth_autoswitchBhanusree Pola1-3/+3