summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15staging: rtl8192u: Remove broken driverPhilipp Hortmann1-810/+0
2022-04-20staging: rtl8192u: compare strcmp result to zeroRebecca Mckeever1-2/+2
2022-04-08staging: rtl8192u: replace ternary statement with if and assignmentRebecca Mckeever1-1/+3
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan1-4/+2
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed1-3/+2
2020-03-26Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed1-1/+1
2019-09-30staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar1-4/+4
2019-08-28staging: rtl8192u: Fix indentationStephen Brennan1-4/+4
2019-08-21staging: rtl8192u: fix spacing in ieee80211Stephen Brennan1-16/+16
2019-08-21staging: rtl8192u: fix OPEN_BRACE errors in ieee80211Stephen Brennan1-2/+1
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan1-10/+10
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style issues related to if elsePuranjay Mohan1-12/+6
2019-04-30staging: rtl8192u: ieee80211: Fix spelling mistakeVatsala Narang1-1/+2
2019-04-30staging: rtl8192u: ieee80211: Replace bit shifting with BIT macroVatsala Narang1-4/+4
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-16/+1
2019-03-29staging: rtl8192u: ieee80211: ieee80211_wx: add space before open braceJulius Hemanth Pitti1-7/+5
2018-08-27staging:rtl8192u: Refactor struct HT_CAPABILITY_ELE - StyleJohn Whitmore1-3/+3
2017-09-17staging:r8192u: replace request_module with try_then_request_moduleIvan Safonov1-11/+4
2017-03-09staging: rtl8192u: Clean up tests if NULL returned on failuresimran singhal1-2/+2
2017-03-06staging: rtl8192u: Fixed 'tabstop' coding style warningsimran singhal1-1/+1
2017-02-16staging: rtl8192u: blank lines aren't necessary before a close brace '}'simran singhal1-3/+0
2016-06-19rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan1-3/+3
2015-10-13Staging: rtl8192u: ieee80211: ieee80211_wx: Remove commented printk messagesShraddha Barke1-8/+0
2014-10-20staging: rtl8192u: ieee80211: Indent if statementTapasweni Pathak1-1/+1
2014-08-31drivers: staging: rtl8192u: Fix space required after that ',' errorsGreg Donald1-6/+6
2014-05-25staging: Convert __FUNCTION__ to __func__Joe Perches1-1/+1
2014-05-23Staging: rtl8192u: Remove old WIRELESS_EXT supportJoel Pelaez Jorge1-23/+1
2014-05-23staging/rtl8192u: Put EXPORT_SYMBOL just after the exported functionBenoit Taine1-10/+9
2014-03-19staging: rtl8192u: make in ieee80211/ieee80211_wx.c a local variable staticAna Rey1-1/+1
2013-01-08staging/rtl8192u: use same indent for switch and caseSebastian Hahn1-1/+1
2011-03-14staging: rtl8192u: Remove NULL check before kfreeIlia Mirkin1-1/+0
2010-07-09Staging: rtl8192u: use ARRAY_SIZEKulikov Vasiliy1-1/+1
2010-05-18Staging: Use kmemdupJulia Lawall1-2/+1
2010-05-15Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-11Staging: rtl8192u: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-04Staging: rtl8192u: ieee80211: add missing parenthesesRoel Kluin1-1/+1
2010-03-04Staging: rtl8187x: Use %pM for mac address outputJoe Perches1-2/+2
2009-12-23Staging: rtl8192x: fix printk formatsRandy Dunlap1-1/+1
2009-12-11Staging: rtl8192u: remove dead codeMauro Carvalho Chehab1-154/+0
2009-12-11Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab1-217/+217
2009-12-11Staging: Added Realtek rtl8192u driver to stagingJerry Chuang1-0/+1032