aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_wx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-08Staging: rtl8192e: Added spaces around '+'Felix Schlepper1-1/+1
2022-07-08Staging: rtl8192e: Remove unnecessary blank lineFelix Schlepper1-1/+0
2022-07-08Staging: rtl8192e: Added braces around elseFelix Schlepper1-2/+4
2022-07-08Staging: rtl8192e: Remove unnecessary parenthesesFelix Schlepper1-2/+2
2022-07-08Staging: rtl8192e: Avoid multiple assignmentsFelix Schlepper1-1/+2
2022-07-08Staging: rtl8192e: Refactored rtllib_modesFelix Schlepper1-15/+6
2022-04-20staging: rtl8192e: Remove space after castSolomon Tan1-1/+1
2021-05-10staging: rtl8192e: remove unnecesasry ftrace-like loggingzhaoxiao1-4/+0
2021-03-10staging: rtl8192e: rename bdHTCapBuf to bd_ht_cap_buf in bss_ht structWilliam Durand1-3/+3
2021-03-10staging: rtl8192e: fix alignment issues in rtllib_wx.cWilliam Durand1-24/+18
2021-03-10staging: rtl8192e: Fix comparisons to NULLDavidson Francis1-14/+14
2021-02-13staging: rtl8192e: remove multiple blank linesWilliam Durand1-2/+0
2020-07-28staging: rtl8192e: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-12staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-16/+3
2019-02-28staging: rtl8192e: Fix space and suspect issueOscar Gomez Fuente1-2/+2
2018-02-26staging: rtl8192e: use struct pointer to get the size of the structSantha Meena Ramamoorthy1-2/+1
2017-10-18staging: rtl8192e: mark expected switch fall-throughGustavo A. R. Silva1-2/+1
2017-05-15staging: rtl8192e: print alg name as debug.Malcolm Priestley1-1/+1
2017-03-23Staging: rtl8192e - fixed style of block commentsDerek Robson1-26/+26
2017-03-09staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu1-1/+1
2016-08-21rtl8192e: rtllib_device: Replace semaphore wx_sem with mutexBinoy Jayan1-5/+5
2016-02-07staging:rtl8192e: Usage count off by oneSean MacLennan1-1/+1
2015-09-29staging: rtl8192e: Fix FSF_MAILING_ADDRESS warningsMateusz Kulikowski1-4/+0
2015-06-17staging: rtl8192e: Remove rtllib_wx_get_encode_ext()Mateusz Kulikowski1-57/+0
2015-06-01staging: rtl8192e: Replace ?: with maxMateusz Kulikowski1-1/+2
2015-06-01staging: rtl8192e: Replace ?: with min_tMateusz Kulikowski1-2/+1
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG_SCAN()Mateusz Kulikowski1-5/+7
2015-06-01staging: rtl8192e: Remove RTLLIB_DEBUG_WX()Mateusz Kulikowski1-17/+16
2015-04-03staging: rtl8192e: Remove dead codeMateusz Kulikowski1-2/+0
2015-04-03staging: rtl8192e: Comment cleanup (style/format)Mateusz Kulikowski1-8/+13
2015-03-20staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski1-3/+3
2015-03-20staging: rtl8192e: rtllib_wx: remove duplicate messagesMateusz Kulikowski1-5/+0
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski1-4/+3
2015-03-09staging: rtl8192e: Replace min with min_tDarshana Padmadas1-2/+2
2015-03-01Staging: rtl8192e: Fix line over 80 charactersKsenija Stanojevic1-1/+1
2015-03-01Staging: rtl8192e: Use ether_addr_copy() instead of memcpy()Ksenija Stanojevic1-2/+2
2015-03-01Staging: rtl8192e: Replace printk with netdev_dbg, netdev_info, or netdev_warnKsenija Stanojevic1-8/+8
2014-08-30staging: rtl8192e: fixed coding style issuesMatthew Casey1-0/+5
2013-10-28staging: rtl8192e: do not use comparisons on bool testsValentina Manea1-1/+1
2012-04-24staging: rtl8192e: Fix typos.Justin P. Mattock1-1/+1
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie1-1/+1
2011-12-22staging/rtl8192e: Register against lib80211Sean MacLennan1-16/+16
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_infoSean MacLennan1-20/+20
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_opsSean MacLennan1-9/+9
2011-12-22staging/rtl8192e: Add lib80211.h to rtllib.hSean MacLennan1-8/+8
2011-12-13staging: remove version.h includes in rtl8192eDevendra Naga1-1/+0
2011-11-30rtl8192e: Export symbolsSean MacLennan1-0/+7
2011-11-26staging: rtl8192e: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-11-26staging: rtl8192e: Use kzalloc rather than kmalloc v2Thomas Meyer1-2/+1