aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus 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 code sizeColin 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
2017-06-04staging: rtl8192e: all lines in dot11d.h are less than 80 chars longKonrad Malkowski1-2/+2
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman2-20/+19
2017-05-15staging: rtl8192e: _rtl92e_dm_check_edca_turbo remove peername message.Malcolm Priestley1-16/+0
2017-05-15staging: rtl8192e: Let user know mac address associated with.Malcolm Priestley1-1/+2
2017-05-15staging: rtl8192e: HTSetConnectBwMode message replace with debug.Malcolm Priestley1-2/+2
2017-05-15staging: rtl8192e: print alg name as debug.Malcolm Priestley1-1/+1
2017-05-15staging: rtl8192e: Remove RX: IEEE802.1X EAPOL frame! warning.Malcolm Priestley1-3/+0
2017-05-15staging: rtl8192e: GetTs Fix invalid TID 7 warning.Malcolm Priestley1-11/+4
2017-05-15staging: rtl8192e: rtl92e_get_eeprom_size Fix read size of EPROM_CMD.Malcolm Priestley1-1/+1
2017-05-15staging: rtl8192e: fix 2 byte alignment of register BSSIDR.Malcolm Priestley1-4/+5
2017-05-15staging: rtl8192e: rtl92e_fill_tx_desc fix write to mapped out memory.Malcolm Priestley1-4/+9
2017-03-29staging: rtl8192e: Fix embedded function names with __func__Suniel Mahesh1-11/+11
2017-03-23staging: rtl8192e: Fix issues reported by checkpatch.plSuniel Mahesh1-22/+24
2017-03-23staging: rtl8192e: Rectify pointer comparisions with NULLSuniel Mahesh1-2/+2
2017-03-23Staging: rtl8192e - fixed style of block commentsDerek Robson34-101/+103
2017-03-12staging: rtl8192e: Remove multiple assignmentsGargi Sharma1-4/+7
2017-03-09staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu1-1/+1
2017-03-09staging: rtl8192e: Remove useless type conversionGargi Sharma1-19/+13
2017-03-06staging: rtl8192e: replace explicit NULL comparisonGargi Sharma1-2/+2
2017-03-06staging: rtl8192e: Remove useless parenthesesGargi Sharma2-2/+2
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-25/+21
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2017-02-10Staging: rtl8192e: remove redundant null check on array algColin Ian King1-17/+15
2017-02-02staging: rtl8192e: Aligning the * on each line in block commentsArushi1-1/+1
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-4/+4
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2017-01-16staging: rtl8192e: rtl8192e: Remove NULL test before vfreeShyam Saini1-4/+2