summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_softmac.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-10staging: rtl8192e: Change cpu_to_le16 to le16_to_cpuArno Tiemersma1-1/+1
2015-05-08rtl8192e: delete local copy of iee80211 reason codes.Paul Gortmaker1-1/+2
2015-04-03staging: rtl8192e: Comment cleanup (style/format)Mateusz Kulikowski1-47/+43
2015-04-03staging: rtl8192e: Fix indentation in rtllib_rx_auth_resp()Mateusz Kulikowski1-18/+12
2015-04-03staging: rtl8192e: Decrease nesting of rtllib_rx_auth_resp()Mateusz Kulikowski1-44/+45
2015-04-03staging: rtl8192e: Divide rtllib_rx_auth()Mateusz Kulikowski1-54/+58
2015-04-03staging: rtl8192e: Fix LINE_CONTINUATIONS warningMateusz Kulikowski1-1/+1
2015-04-03staging: rtl8192e: Fix RETURN_VOID warningsMateusz Kulikowski1-1/+0
2015-04-03staging: rtl8192e: Fix UNNECESSARY_ELSE warningMateusz Kulikowski1-6/+5
2015-03-20staging: rtl8192e: fix coding style warnings (printk -> netdev_*)Mateusz Kulikowski1-67/+70
2015-03-20staging: rtl8192e: fix coding style issues (spaces before semicolon)Mateusz Kulikowski1-1/+1
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski1-29/+32
2015-03-16staging: rtl8192e: remove break after returnSupriya Karanth1-1/+0
2015-03-16Staging: rtl8192e: Eliminate use of MSECS macroVaishali Thakkar1-6/+9
2015-03-15staging: rtl8192e: Use kzalloc instead of kmalloc.Navya Sri Nizamkari1-2/+1
2015-03-06staging: rtl8192e: replace memset(x,0,ETH_ALEN) by eth_zero_addr(x)Aya Mahfouz1-1/+1
2014-11-26staging: rtl8192e: add missing tasklet_kill on remove pathDevendra Naga1-0/+1
2014-10-29staging, rtl8192e, LLVMLinux: Make static local in inline function constBehan Webster1-3/+4
2014-10-29staging, rtl8192e, LLVMLinux: Remove unused prototypeBehan Webster1-1/+1
2014-10-29staging, rtl8192e, LLVMLinux: Change extern inline to static inlineBehan Webster1-1/+1
2014-09-23Staging: rtl8192e: Fix else is not useful warning styleMahati Chamarthy1-9/+7
2014-08-30staging: rtl8192e: fixed coding style issuesMatthew Casey1-2/+21
2014-05-26drivers/staging: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-04-25staging: rtl8192e: Fix typo in rtl8192eMasanari Iida1-1/+1
2014-01-09Staging rtl8192e: Fixing checkpatch errorsMatthias Schoepe1-2/+2
2013-11-10Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_softm...Rashika Kheria1-3/+3
2013-11-10Staging: rtl8192e: Fix incorrect type in assignment in rtllib_softmac.cRashika Kheria1-7/+7
2013-11-10Staging: rtl8192e: Fix Sparse Warning of invalid assignment '|=' in rtllib_so...Rashika Kheria1-3/+3
2013-11-10Staging: rtl8192e: Fix Sparse warning of restricted __le16 degrades to intege...Rashika Kheria1-1/+1
2013-10-30staging: rtl8192e: use true and false for bool variablesValentina Manea1-3/+3
2013-10-28staging: rtl8192e: use memdup_user to simplify codeTeodora Baluta1-8/+3
2013-10-28staging: rtl8192e: do not use comparisons on bool testsValentina Manea1-7/+6
2013-08-27staging: Update e-mail address for Andrea MerelloAndrea Merello1-1/+1
2013-05-15staging: rtl8192e: Use kmemdup for duplicating memoryHema Prathaban1-2/+1
2013-05-15staging: rtl8192e: Fix potential null dereferenceHema Prathaban1-1/+3
2012-09-21staging: Fix misspellings of "whether".Adam Buchbinder1-1/+1
2012-09-04staging: rtl8192e: using random_ether_addr() to generate random MACWei Yongjun1-7/+1
2012-09-04staging: rtl8192e: remove casting of returned pointer from kmallocDevendra Naga1-2/+1
2012-09-04staging: rtl8192e: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-4/+3
2012-08-13staging: rtl8192e: Fix typo in staging/rtl8192eMasanari Iida1-2/+2
2012-04-24staging: rtl8192e: Fix typos.Justin P. Mattock1-16/+16
2012-04-20staging: r8192e_pci: Change memcpy to memcmpLarry Finger1-2/+1
2012-02-15Staging, rtl8192e, softmac: remove redundant memset and fix mem leakJesper Juhl1-2/+1
2011-12-22staging/rtl8192e: Register against lib80211Sean MacLennan1-16/+16
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_infoSean MacLennan1-9/+9
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-1/+1
2011-12-13staging: remove version.h includes in rtl8192eDevendra Naga1-1/+0
2011-11-30rtl8192e: Export symbolsSean MacLennan1-0/+17
2011-11-30rtl8192e: create generic rtllib_debug.hSean MacLennan1-1/+0