summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
AgeCommit message (Expand)AuthorFilesLines
2019-02-11staging: rtl8192e: rename local variables of function dot11d_update_country -...Himadri Pandya1-15/+15
2019-02-11staging: rtl8192e: rename function DOT11D_ScanComplete to dot11d_scan_complet...Himadri Pandya3-4/+4
2019-02-11staging: rtl8192e: rename function Dot11d_UpdateCountryIe to dot11d_update_co...Himadri Pandya3-3/+3
2019-02-11staging: rtl8192e: rename function Dot11d_Reset to dot11d_reset - styleHimadri Pandya3-4/+4
2019-02-11staging: rtl8192e: rename function Dot11d_Channelmap to dot11d_channel_map - ...Himadri Pandya3-4/+4
2019-02-07staging: rtl8192e: rename members of struct rtllib_device - styleHimadri Pandya4-39/+39
2019-02-07staging: rtl8192e: rename members of struct rt_dot11d_info - styleHimadri Pandya2-29/+29
2019-02-07staging: rtl8192e: rename members of struct chnl_txpow_triple - styleHimadri Pandya2-11/+11
2019-01-30Staging: rtl8192e: Replaced spaces with tab.Michiel Schuurmans1-2/+2
2019-01-15staging: rtl8192e: rename Len to len - styleHimadri Pandya1-3/+3
2019-01-15staging: rtl8192e: rename ChannelPlan[] to channel_array[] - styleHimadri Pandya1-6/+6
2019-01-15staging: rtl8192e: fix various indentation issuesColin Ian King7-14/+14
2019-01-07staging: rtl8192e: rename Channel to channel styleHimadri Pandya1-4/+4
2019-01-07staging: rtl8192e: reduce indentationJulia Lawall1-3/+3
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+5
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-11-05staging: rtl8192e: Add SPDX-License-Identifier - StyleZach Turner1-7/+2
2018-11-05staging: rtl8192e: add braces to if statement - styleZach Turner1-2/+3
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+8
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-32/+30
2018-09-28lib80211: Remove VLA usage of skcipherKees Cook2-32/+30
2018-09-10staging: rtl8192e: Use __skb_peek().David S. Miller1-1/+1
2018-09-10staging: rtl8192e: Fix compiler warning from strncpy()Larry Finger1-8/+8
2018-07-29staging: rtl8192e: ieee80211: Convert from ahash to shashKees Cook1-28/+28
2018-06-26Staging:rtl8192e Cleanup comparison to NULLJanani Sankara Babu1-1/+1
2018-06-26Staging:rtl8192e Fix Comparison to true is error proneJanani Sankara Babu1-2/+2
2018-06-26Staging:rtl8192e Fix Comparison to False is error proneJanani Sankara Babu1-8/+8
2018-05-25staging: rtl8192e: rtllib_tx: fix spelling issue.Davide Spataro1-7/+7
2018-04-23staging: rtl8192e: Fixed coding style around a plus signJoao Dalben1-1/+1
2018-03-29drivers: staging: rtl8192e: fixed a space coding style issueRene Hickersberger1-1/+1
2018-03-06staging: rtl8192e: Add spaces around operators.Dafna Hirschfeld1-9/+9
2018-03-06staging: rtl8192e: Remove unnecessary parenthesesDafna Hirschfeld1-3/+3
2018-03-06staging: rtl8192e: Fix issues regarding blank linesDafna Hirschfeld1-27/+0
2018-03-01staging: rtl8192e: move logical continuation to previous lineSantha Meena Ramamoorthy1-2/+2
2018-02-26staging: rtl8192e: use struct pointer to get the size of the structSantha Meena Ramamoorthy1-2/+1
2018-02-02Staging: rtl8192e: kconfig: Remove blank help textUlf Magnusson1-1/+0
2018-01-22staging: rtl8192e: remove two redundant assignmentsColin Ian King2-2/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-80/+71
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18staging: rtl8192e: mark expected switch fall-throughGustavo A. R. Silva1-2/+1
2017-10-18staging: rtl8192e: Use __func__ instead of function nameMihaela Muraru1-2/+6
2017-10-18staging: rtl8192e: Convert timers to use timer_setup()Kees Cook8-74/+61
2017-10-03staging: rtl8192e: make const array broadcast_addr static, reduces object cod...Colin Ian King1-2/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-52/+30
2017-06-29staging: rtl8192e: fix spelling mistake: "respose" -> "response"Colin Ian King1-1/+2
2017-06-24staging: rtl8192e: remove dead code rtllib_wpa_supplicant_ioctlMalcolm Priestley2-437/+0
2017-06-24staging: rtl8192e: remove dead private call to _rtl92e_ioctl.Malcolm Priestley2-128/+0
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu2-8/+8
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-28/+16
2017-06-16networking: introduce and use skb_put_data()Johannes Berg3-21/+11