summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: replace tabs with spacesMichael Straube2018-07-081-6/+6
* staging: rtl8188eu: refactor rtw_macaddr_cfg()Michael Straube2018-07-081-15/+5
* staging: rtl8188eu: replace while with shorter for loopMichael Straube2018-07-071-8/+4
* staging: rtl8188eu: rename Hal8188ERateAdaptiveMichael Straube2018-07-064-2/+2
* staging: rtl8188eu: rename Hal8188EPhyReg.hMichael Straube2018-07-062-1/+1
* staging: rtl8188eu: rename Hal8188EPhyCfg.hMichael Straube2018-07-063-2/+2
* staging: rtl8188eu: remove rtw_mp_phy_regdef.hMichael Straube2018-07-061-1078/+0
* staging: rtl8188eu: fix block comments - coding styleMichael Straube2018-07-021-22/+28
* staging: rtl8188eu: move return type to functions definition lineMichael Straube2018-07-021-4/+4
* staging: rtl8188eu: reorder switch cases and remove default breakMichael Straube2018-07-021-4/+3
* staging:r8188eu: Use lib80211 to encrypt (WEP) tx framesIvan Safonov2018-07-021-35/+47
* staging: rtl8188eu: remove unnecessary parenthesesMichael Straube2018-07-021-11/+11
* staging: rtl8188eu: remove rtw_ioctl_rtl.hMichael Straube2018-07-021-66/+0
* staging: rtl8188eu: remove whitespace - coding styleMichael Straube2018-06-281-7/+4
* staging: rtl8188eu: remove blank linesMichael Straube2018-06-287-15/+0
* staging: rtl8188eu: add SPDX identifiersMichael Straube2018-06-26110-1010/+119
* staging: rtl8188eu: Fix a possible sleep-in-atomic-context bug in rtw_disasso...Jia-Ju Bai2018-06-261-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu2018-05-3110-165/+165
* staging:r8188eu: Remove rx_handler_data unnecessary readIvan Safonov2018-05-112-9/+0
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+1
* staging:r8188eu: Use lib80211 to support TKIPIvan Safonov2018-03-143-160/+94
* staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy2018-03-088-82/+82
* staging: rtl8188eu: fix typo in commentSantha Meena Ramamoorthy2018-03-081-2/+2
* staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy2018-03-067-53/+53
* staging: rtl8188eu: place constant on the right side of testSantha Meena Ramamoorthy2018-03-064-7/+7
* staging:r8188eu: use lib80211 CCMP decryptIvan Safonov2018-03-012-216/+51
* staging: rtl8188eu: Remove unneeded castChristopher Diaz Riveros2018-02-221-1/+1
* staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov2018-02-194-37/+49
* staging: rtl8188eu: Replace function name in string with __func__Dafna Hirschfeld2018-02-191-1/+2
* staging:r8188eu: Remove unused struct pkt_fileIvan Safonov2018-02-162-50/+0
* staging:r8188eu: Remove struct pkt_file from rtw_xmitframe_coalesce()Ivan Safonov2018-02-161-12/+5
* staging:r8188eu: Remove struct pkt_file from update_attrib()Ivan Safonov2018-02-161-9/+7
* staging:r8188eu: Remove struct pkt_file from set_qos()Ivan Safonov2018-02-161-16/+10
* staging: rtl8188eu: Move a blank lineDafna Hirschfeld2018-02-161-1/+1
* staging: rtl8188eu: remove redundant initialization of 'pwrcfgcmd'Colin Ian King2018-01-251-1/+1
* rtl8188eu: Fix a possible sleep-in-atomic bug in set_tx_beacon_cmdJia-Ju Bai2017-12-131-2/+2
* staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger2017-11-281-10/+4
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1348-707/+844
|\
| * staging: rtl8188eu: avoid a null dereference on pmlmeprivColin Ian King2017-11-031-3/+3
| * staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede2017-11-022-62/+55
| * staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()Hans de Goede2017-11-021-1/+1
| * staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lin...Hans de Goede2017-11-021-1/+1
| * staging: rtl8188eu: use pr_cont()Aastha Gupta2017-10-201-2/+2
| * staging: rtl8188eu: add spaces around '|'Aastha Gupta2017-10-201-3/+3
| * staging: rtl8188eu: prefer using BIT macroAastha Gupta2017-10-201-39/+39
| * staging: rtl8188eu: usb_ops_linux: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
| * staging: rtl8188eu: usb_halinit: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
| * rtl8188eu: Fix a possible sleep-in-atomic bug in _rtw_pwr_wakeupJia-Ju Bai2017-10-181-1/+1
| * rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_createbss_cmdJia-Ju Bai2017-10-181-1/+1