aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-1/+1
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed1-2/+2
2019-08-21staging: rtl8192u: fix spacing in ieee80211Stephen Brennan1-7/+7
2019-05-21Staging: rtl8192u: ieee80211: Fix if-else coding style issuePuranjay Mohan1-2/+2
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-2/+1
2018-07-08staging:rtl8192u: rename HT_EXTCHNL_OFFSET -> enum ht_extension_chan_widthJohn Whitmore1-1/+1
2018-07-08staging:rtl8192u: rename HT_CHANNEL_WIDTH -> enum ht_channel_widthJohn Whitmore1-2/+2
2016-06-18rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan1-17/+17
2015-09-29Staging: rtl819u: Fix brace styling issuesmike dupuis1-6/+3
2015-09-29Staging: rtl8192u: spaces required around = operatormike dupuis1-5/+5
2015-09-29Staging: rtl8192u: add spaces around == and || operatorsmike dupuis1-1/+1
2015-09-29Staging: rtl8192u: move open braces to previous linesmike dupuis1-6/+3
2015-09-29Staging: rtl8192u: add missing blank lines after declarationsmike dupuis1-0/+3
2015-09-29Staging: rtl8192u: space required after ','mike dupuis1-1/+1
2015-09-15Staging: rlt8192u: Remove spaces at the start of linesMike Dupuis1-4/+4
2015-09-15Staging: rtl8192u: do not use C99 // commentsMike Dupuis1-14/+14
2015-09-15Staging: rtl8192u: suspect code indent for conditional statmentMike Dupuis1-3/+2
2015-09-15Staging: rtl8192u: space required before open parenthesesMike Dupuis1-6/+6
2015-09-12Staging: rtl8192u: space prohibited before close parenthesismike dupuis1-2/+2
2015-09-12Staging: rtl8192u: space required after close bracesmike dupuis1-3/+3
2015-09-12Staging: rtl8192u: space required before open bracesmike dupuis1-9/+9
2015-09-12Staging: rtl8192u: Space not allowed after &mike dupuis1-2/+2
2015-09-12Staging: rtl819u: ieee80211: Remove unused variableShraddha Barke1-2/+0
2015-07-14drivers: staging: rtl8192u: Fix "space required after that ','" errorsGreg Donald1-1/+1
2015-03-26Staging: rtl8192u: Fix space issues before '(' and after ')'Haneen Mohammed1-9/+9
2015-03-26Staging: rtl8192u: Add space before open parenthesisHaneen Mohammed1-2/+2
2015-03-06staging: rtl8192u: ieee80211: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz1-1/+1
2014-10-29staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errorsGreg Donald1-1/+1
2014-08-30drivers: staging: rtl8192u: Fix space required after that ',' errorsGreg Donald1-4/+4
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin1-3/+1
2014-05-23staging/rtl8192u: Put EXPORT_SYMBOL just after the exported functionBenoit Taine1-24/+18
2013-08-27staging: Update e-mail address for Andrea MerelloAndrea Merello1-1/+1
2013-02-14staging/rtl8192u/ieee80211: Fix buffer overflow in ieee80211_softmac_wx.cPeter Huewe1-14/+15
2013-01-07staging/rtl8192u: do not init statics to 0Sebastian Hahn1-1/+1
2012-09-04Staging: rtl8192u: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+3
2010-12-01Staging: rtl8192u: remove dead code to disable dot11dDavid Chosrova1-4/+0
2009-12-11Staging: rtl8192u: remove dead codeMauro Carvalho Chehab1-78/+0
2009-12-11Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab1-2/+2
2009-12-11Staging: Added Realtek rtl8192u driver to stagingJerry Chuang1-0/+693