summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723au/core
AgeCommit message (Expand)AuthorFilesLines
2015-10-29staging: rtl8723au: core: Remove unnecessary functionsAmitoj Kaur Chawla1-37/+0
2015-10-27staging: r8723au: remove unneeded forward function declarationsAlison Schofield1-2/+0
2015-10-27staging: r8723au: move function type in line with function nameAlison Schofield1-37/+21
2015-10-27staging: r8723au: insert correct spacing around operandsAlison Schofield1-12/+16
2015-10-27staging: r8723au: use kernel preferred style for commentingAlison Schofield1-182/+60
2015-10-25staging: r8723au: remove externs and include needed header fileAlison Schofield1-4/+1
2015-10-25staging: r8723au: replace explicit NULL comparisons with !Alison Schofield1-4/+4
2015-10-25staging: r8723au: use kernel preferred style for commentingAlison Schofield1-63/+89
2015-10-25staging: r8723au: add & use local variable to simplify referencesAlison Schofield1-5/+6
2015-10-25staging: r8723au: move constant to right of comparison testAlison Schofield1-1/+1
2015-10-25staging: r8723au: replace printk() with netdev_err()Alison Schofield1-1/+2
2015-10-25staging: rtl8723au: core: rtw_wlan_util: fix misleading indentationLuis de Bethencourt1-1/+1
2015-10-18staging: r8723au: move * to be adjacent to pointer nameAlison Schofield1-4/+5
2015-10-17staging: r8723au: replace NULL and zero comparison tests with ! operatorAlison Schofield1-2/+2
2015-10-17staging: rtl8723au: core: rtw_ap: Remove useless intialisationAmitoj Kaur Chawla1-2/+2
2015-10-17staging: rtl8723au: core: rtw_recv: Remove useless initialisationAmitoj Kaur Chawla1-3/+3
2015-10-17staging: rtl8723au: core: rtw_wlan_util: Remove useless intialisationAmitoj Kaur Chawla1-1/+1
2015-10-17Staging: rtl8723au: rtw_mlme_ext: Remove unnecessary test expressionShivani Bhardwaj1-1/+1
2015-09-13staging: rtl8723au: remove unnecessary le32_to_cpuMichaƂ Bartoszkiewicz1-4/+4
2015-09-13Staging: rtl8723au: core: Remove unused variableShraddha Barke1-9/+0
2015-09-13staging/rtl8723au: Use %pM format specifier to print mac addressAlexander Kuleshov1-5/+2
2015-08-15staging: rtl8723au: Fix Sparse errors in rtw_security.cJacob Kiefer1-10/+14
2015-07-23staging: rtl8723au: fix incorrect type in assignment warningSteve Pennington1-2/+1
2015-06-18staging: rtl8723au: core: Remove unneeded #ifdefsAndreas Ruprecht1-6/+0
2015-06-14staging:rtl8723au:rtw_ap:space prohibited between function name & '('Joglekar Tejas1-4/+4
2015-06-13staging: rtl8723au: issue_probersp(): remove unused parameterLuca Ceresoli1-5/+3
2015-06-13staging: rtl8723au: use swap() in WMMOnAssocRsp23a()Fabian Frederick1-9/+3
2015-06-08staging: rtl8723au: core: remove redundant endianness conversionDavid Decotigny1-2/+2
2015-06-08staging: rtl8723au: core: avoid bitwise arithmetic with forced endiannessDavid Decotigny1-2/+0
2015-04-03staging: rtl8723au: Remove unneeded commentsM. Vefa Bicakci1-4/+4
2015-04-03staging: rtl8723au: Use __func__ in trace logsM. Vefa Bicakci1-19/+22
2015-04-03staging: rtl8723au: Rework two byte array comparisonsM. Vefa Bicakci1-20/+14
2015-04-03staging: rtl8723au: suspect code indent for conditional statementsM. Vefa Bicakci1-17/+17
2015-04-03staging: rtl8723au: Adjust whitespace in and around commentsM. Vefa Bicakci1-56/+57
2015-04-03staging: rtl8723au: No spaces at the start of a lineM. Vefa Bicakci1-70/+70
2015-04-03staging: rtl8723au: that open brace should be on the previous lineM. Vefa Bicakci1-4/+5
2015-04-03staging: rtl8723au: trailing statements should be on next lineM. Vefa Bicakci1-8/+17
2015-04-03staging: rtl8723au: Remove unneeded curly bracesM. Vefa Bicakci1-11/+5
2015-04-03staging: rtl8723au: else is not generally useful after a returnM. Vefa Bicakci1-20/+22
2015-04-03staging: rtl8723au: Reorganize a few functions to remove indentationM. Vefa Bicakci1-108/+107
2015-04-03staging: rtl8723au: Fix the indentation of two linesM. Vefa Bicakci1-2/+2
2015-04-03staging: rtl8723au: else should follow close braceM. Vefa Bicakci1-6/+3
2015-04-03staging: rtl8723au: Fix "before/around/after" whitespace issuesM. Vefa Bicakci1-106/+113
2015-04-03staging: rtl8723au: Reformat whitespace to increase readabilityM. Vefa Bicakci1-41/+38
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches11-438/+397
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches6-105/+90
2015-03-24Staging: rtl8723au: Remove unused function rtw_atimdone_event_callback23aSomya Anand1-7/+0
2015-03-24staging: rtl8723au: Do not byteswap timeout twiceJes Sorensen1-5/+2
2015-03-24staging: rtl8723au: Fix mis-placed breakJes Sorensen1-1/+1
2015-03-16Staging: rtl8723au: Remove parentheses around right side an assignmentHaneen Mohammed2-10/+10