summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
AgeCommit message (Expand)AuthorFilesLines
2018-07-08staging: rtl8188eu: replace tabs with spacesMichael Straube1-6/+6
2018-07-08staging: rtl8188eu: refactor rtw_macaddr_cfg()Michael Straube1-15/+5
2018-07-07staging: rtl8188eu: replace while with shorter for loopMichael Straube1-8/+4
2018-07-06staging: rtl8188eu: rename Hal8188ERateAdaptiveMichael Straube4-2/+2
2018-07-06staging: rtl8188eu: rename Hal8188EPhyReg.hMichael Straube2-1/+1
2018-07-06staging: rtl8188eu: rename Hal8188EPhyCfg.hMichael Straube3-2/+2
2018-07-06staging: rtl8188eu: remove rtw_mp_phy_regdef.hMichael Straube1-1078/+0
2018-07-02staging: rtl8188eu: fix block comments - coding styleMichael Straube1-22/+28
2018-07-02staging: rtl8188eu: move return type to functions definition lineMichael Straube1-4/+4
2018-07-02staging: rtl8188eu: reorder switch cases and remove default breakMichael Straube1-4/+3
2018-07-02staging:r8188eu: Use lib80211 to encrypt (WEP) tx framesIvan Safonov1-35/+47
2018-07-02staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-11/+11
2018-07-02staging: rtl8188eu: remove rtw_ioctl_rtl.hMichael Straube1-66/+0
2018-06-28staging: rtl8188eu: remove whitespace - coding styleMichael Straube1-7/+4
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube7-15/+0
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube110-1010/+119
2018-06-26staging: rtl8188eu: Fix a possible sleep-in-atomic-context bug in rtw_disasso...Jia-Ju Bai1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu10-165/+165
2018-05-11staging:r8188eu: Remove rx_handler_data unnecessary readIvan Safonov2-9/+0
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+1
2018-03-14staging:r8188eu: Use lib80211 to support TKIPIvan Safonov3-160/+94
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy8-82/+82
2018-03-08staging: rtl8188eu: fix typo in commentSantha Meena Ramamoorthy1-2/+2
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy7-53/+53
2018-03-06staging: rtl8188eu: place constant on the right side of testSantha Meena Ramamoorthy4-7/+7
2018-03-01staging:r8188eu: use lib80211 CCMP decryptIvan Safonov2-216/+51
2018-02-22staging: rtl8188eu: Remove unneeded castChristopher Diaz Riveros1-1/+1
2018-02-19staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov4-37/+49
2018-02-19staging: rtl8188eu: Replace function name in string with __func__Dafna Hirschfeld1-1/+2
2018-02-16staging:r8188eu: Remove unused struct pkt_fileIvan Safonov2-50/+0
2018-02-16staging:r8188eu: Remove struct pkt_file from rtw_xmitframe_coalesce()Ivan Safonov1-12/+5
2018-02-16staging:r8188eu: Remove struct pkt_file from update_attrib()Ivan Safonov1-9/+7
2018-02-16staging:r8188eu: Remove struct pkt_file from set_qos()Ivan Safonov1-16/+10
2018-02-16staging: rtl8188eu: Move a blank lineDafna Hirschfeld1-1/+1
2018-01-25staging: rtl8188eu: remove redundant initialization of 'pwrcfgcmd'Colin Ian King1-1/+1
2017-12-13rtl8188eu: Fix a possible sleep-in-atomic bug in set_tx_beacon_cmdJia-Ju Bai1-2/+2
2017-11-28staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger1-10/+4
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds48-707/+844
2017-11-03staging: rtl8188eu: avoid a null dereference on pmlmeprivColin Ian King1-3/+3
2017-11-02staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede2-62/+55
2017-11-02staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()Hans de Goede1-1/+1
2017-11-02staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lin...Hans de Goede1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-20staging: rtl8188eu: use pr_cont()Aastha Gupta1-2/+2
2017-10-20staging: rtl8188eu: add spaces around '|'Aastha Gupta1-3/+3
2017-10-20staging: rtl8188eu: prefer using BIT macroAastha Gupta1-39/+39
2017-10-18staging: rtl8188eu: usb_ops_linux: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18staging: rtl8188eu: usb_halinit: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18rtl8188eu: Fix a possible sleep-in-atomic bug in _rtw_pwr_wakeupJia-Ju Bai1-1/+1