summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl*: Remove tasklet callback castsKees Cook2019-11-161-4/+3
* staging: rtl8192u: Fix typo in commentXianting Tian2019-11-111-1/+1
* staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar2019-09-302-6/+6
* staging: rtl8192u: Fix indentationStephen Brennan2019-08-284-62/+62
* staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan2019-08-254-31/+0
* staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King2019-08-251-1/+0
* staging: rtl8192u: fix spacing in ieee80211Stephen Brennan2019-08-2112-86/+86
* staging: rtl8192u: fix macro alignment in ieee80211Stephen Brennan2019-08-212-21/+22
* staging: rtl8192u: fix OPEN_BRACE errors in ieee80211Stephen Brennan2019-08-215-133/+73
* staging: rtl8192u: ieee80211: remove set but not used variable 'data_len'YueHaibing2019-08-211-2/+1
* staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Use crypto API ccm(aes)Christina Quast2019-08-181-115/+86
* staging: rtl8192u: fix spacing errorsStephen Brennan2019-08-121-255/+200
* staging: rtl8192*: display ESSIDs using %pEJ. Bruce Fields2019-07-251-1/+1
* staging: rtl8192u: ieee80211: Remove redundant memsetHariprasad Kelam2019-06-201-1/+0
* staging: rtl8192u: Remove an unnecessary NULL checkNathan Chancellor2019-05-221-2/+1
* Staging: rtl8192u: ieee80211: Replace function names in strings with "%s", __...Puranjay Mohan2019-05-221-5/+5
* Staging: rtl8192u: ieee80211: Fix if-else coding style issuePuranjay Mohan2019-05-211-2/+2
* Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan2019-05-204-20/+20
* Staging: rtl8192u: ieee80211: Fix coding style issues related to if elsePuranjay Mohan2019-05-201-12/+6
* Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonPuranjay Mohan2019-05-201-4/+4
* Staging: rtl8192u: ieee80211: Add spaces around '&&' operatorPuranjay Mohan2019-05-201-7/+7
* Staging: rtl8192u: ieee80211: Fix coding style errorsPuranjay Mohan2019-05-201-38/+20
* Staging: rtl8192u: ieee80211: Fix spelling mistakePuranjay Mohan2019-05-201-2/+2
* Staging: rtl8192u: ieee80211: Fix coding style warningPuranjay Mohan2019-05-201-2/+1
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0714-228/+154
|\
| * Staging: rtl8192u: ieee80211: Fix if-else indentation warningPuranjay Mohan2019-05-021-2/+2
| * Staging: rtl8192u: ieee80211: Fix indentation errors by removing extra spacesPuranjay Mohan2019-05-021-5/+5
| * staging: rtl8192u: ieee80211: Resolve ERROR reported by checkpatchVandana BN2019-05-011-20/+20
| * staging: rtl8192u: ieee80211: Fix spelling mistakeVatsala Narang2019-04-301-1/+2
| * staging: rtl8192u: ieee80211: Replace bit shifting with BIT macroVatsala Narang2019-04-301-4/+4
| * staging: rtl8192u: ieee80211: add space around '==' and before '('Caio Salvador Rohwedder2019-04-161-1/+1
| * staging: rtl8192u: Add missing spaceGabriel Siqueira2019-04-161-2/+2
| * staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-0311-72/+11
| * staging: rtl8192u: ieee80211: ieee80211_crypt_tkip.c: Replace bit shifting wi...Payal Kshirsagar2019-04-021-2/+2
| * staging: rtl8192u: ieee80211: ieee80211_crypt_ccmp.c: Replace bit shifting wi...Payal Kshirsagar2019-04-021-2/+2
| * staging: rtl8192u: ieee80211: ieee80211_rx.c: Replace bit shifting with BIT m...Payal Kshirsagar2019-04-021-16/+16
| * Staging: rtl8192u: ieee80211: Remove custom macro IEEE80211_DEBUGMadhumitha Prabakaran2019-03-291-6/+2
| * staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonVatsala Narang2019-03-291-7/+6
| * staging: rtl8192u: ieee80211: ieee80211_wx: add space before open braceJulius Hemanth Pitti2019-03-291-7/+5
| * staging: rtl8192u: Remove typedef for struct.Sanjana Sanikommu2019-03-271-2/+2
| * staging: rtl8192u: ieee80211: ieee80211_rx.c: Remove unnecessary braces.Sanjana Sanikommu2019-03-211-2/+1
| * staging: rtl8192u: ieee80211: ieee80211_tx.c: Adjust space around else.Sanjana Sanikommu2019-03-201-1/+1
| * staging: rtl8192u: ieee80211: ieee80211_rx.c: Fix NULL comparisions.Sanjana Sanikommu2019-03-201-2/+2
| * staging: rtl8192u: Add required spaces before open parenthesisSidong Yang2019-03-182-45/+45
| * staging: rtl8192u: Adjust 'if' to follow Kernel coding StyleBhanusree Pola2019-03-181-8/+2
| * staging: rtl8192u: Remove casts on the return values of list_entryBhanusree Pola2019-03-182-6/+6
| * staging: rtl8192u: Remove typedef for struct _RX_REORDER_ENTRYBhanusree Pola2019-03-183-14/+14
| * staging: rtl8192u: Remove typedef for struct _RT_LINK_DETECT_TBhanusree Pola2019-03-181-3/+3
| * staging: rtl8192u: Remove typedef for struct _RT_POWER_SAVE_CONTROLBhanusree Pola2019-03-181-4/+4
| * staging: rtl8192u: Remove typedef for struct _IbssParmsBhanusree Pola2019-03-181-3/+3