summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: Replace function rtl8192_rx_enable()Nishka Dasgupta2019-07-031-7/+1
* drivers/staging/rtl8192u: style nonstyled commentsChristian Müller2019-07-031-12/+16
* drivers/staging/rtl8192u: drop first comment lineChristian Müller2019-07-031-46/+23
* staging: rtl8192u: Remove function dm_backup_dynamic_mechanism_state()Nishka Dasgupta2019-07-012-13/+0
* staging: rtl8192u: Change type of rtl8192_rx_initiate()Nishka Dasgupta2019-07-011-3/+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-0722-285/+186
|\
| * 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-0317-92/+17
| * staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
| * 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: Use BIT macroMadhumitha Prabakaran2019-03-291-12/+12
| * 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: r8192U_dm: Remove unnecessary comments.Sanjana Sanikommu2019-03-211-9/+0
| * 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: r8192U_dm: Remove unnecessary blank lines.Sanjana Sanikommu2019-03-201-3/+0
| * staging: rtl8192u: r8192U_dm: Fix space issue around operators.Sanjana Sanikommu2019-03-201-3/+3
| * staging: rtl8192u: r8192U_dm: Fix alignment issue.Sanjana Sanikommu2019-03-201-10/+10
| * Staging: rtl8192u: r8180_93cx6.c: Fix space around '<<'.Sanjana Sanikommu2019-03-191-12/+12
| * 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
| * staging: rtl8192u: Remove typedef for struct _bandwidth_autoswitchBhanusree Pola2019-03-181-3/+3