summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au
Commit message (Expand)AuthorAgeFilesLines
* Staging: rtl8723au: Use snprintf instead rsprintfKsenija Stanojevic2015-10-131-38/+37Star
* staging: rtl8723au: Fix resource leakMateusz Kulikowski2015-09-291-2/+2
* staging: rtl8723au: Clean up getPowerBase()Jes Sorensen2015-09-171-9/+7Star
* staging: rtl8723au: TurboScanOff is always trueJes Sorensen2015-09-171-21/+11Star
* staging: rtl8723au: Tidy up SetTxPowerLevel8723A()Jes Sorensen2015-09-171-15/+12Star
* staging: rtl8723au: Fold getTxPowerIndex() into PHY_SetTxPowerLevel8723A()Jes Sorensen2015-09-171-27/+19Star
* staging: rtl8723au: Eliminate dummy ccxPowerIndexCheck()Jes Sorensen2015-09-171-8/+0Star
* staging: rtl8723au: Simplify eeprom content checkingJes Sorensen2015-09-171-31/+11Star
* Staging: rtl8723au: hal: Remove braces for single statement blocksShraddha Barke2015-09-131-3/+2Star
* staging: rtl8723au: remove unnecessary le32_to_cpuMichaƂ Bartoszkiewicz2015-09-131-4/+4
* staging: rtl8723au: remove unimplemented function declarationsLuca Ceresoli2015-09-131-2/+0Star
* Staging: rtl8723au: core: Remove unused variableShraddha Barke2015-09-131-9/+0Star
* staging/rtl8723au: Use %pM format specifier to print mac addressAlexander Kuleshov2015-09-131-5/+2Star
* staging: rtl8723au: Fix Sparse errors in rtw_security.cJacob Kiefer2015-08-151-10/+14
* staging: rtl8723au: rtl8723a_hal_init: Improve code readabilityJohannes Postma2015-08-081-1/+1
* staging: rtl8723au: Fix sparse warning: cast to restricted __le16Johannes Postma2015-08-081-1/+1
* staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl.Ting-Chih Hsiao2015-08-051-1/+1
* staging: rtl8723au: fix incorrect type in assignment warningSteve Pennington2015-07-231-2/+1Star
* staging:rtl8723au:odm.c:Removing trailing whitespacesJoglekar Tejas2015-07-151-1/+1
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-2719-65/+48Star
|\
| * staging:rtl8723au: Fix return statement reported by coccinellePrasanna Karthik2015-06-181-3/+1Star
| * staging: rtl8723au: include/rtl8723a_hal.h: use __leXX types in fw header structDaniele Alessandrelli2015-06-181-8/+11
| * staging: rtl8723au: include/rtl8723a_hal.h: fix Rsvd1 size in fw header structDaniele Alessandrelli2015-06-181-1/+1
| * staging: rtl8723au: core: Remove unneeded #ifdefsAndreas Ruprecht2015-06-181-6/+0Star
| * staging:rtl8723au:rtw_ap:space prohibited between function name & '('Joglekar Tejas2015-06-141-4/+4
| * staging:rtl8723au:ioctl_cfg80211:spaces required around '>'Joglekar Tejas2015-06-141-1/+1
| * staging: rtl8723au: issue_probersp(): remove unused parameterLuca Ceresoli2015-06-131-5/+3Star
| * staging: rtl8723au: use swap() in WMMOnAssocRsp23a()Fabian Frederick2015-06-131-9/+3Star
| * staging: rtl8723au: core: remove redundant endianness conversionDavid Decotigny2015-06-081-2/+2
| * staging: rtl8723au: core: avoid bitwise arithmetic with forced endiannessDavid Decotigny2015-06-081-2/+0Star
| * staging: rtl8723au: remove useless commentLuca Ceresoli2015-05-311-1/+0Star
| * staging: rtl8723au: remove useless return valueLuca Ceresoli2015-05-311-2/+1Star
| * staging: rtl8723au: fix sparse warningJuston Li2015-05-311-1/+1
| * staging: rtl8723au: remove redundant initializationGujulan Elango, Hari Prasath (H.)2015-05-311-1/+1
| * Staging: rtl8723au: hal: Remove trailing whitespace in odm.cEdward Lipinsky2015-05-081-1/+1
| * Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-0813-18/+18
* | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-1/+5
|\
| * cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen2015-03-301-1/+5
* | staging: rtl8723au: Remove unneeded commentsM. Vefa Bicakci2015-04-031-4/+4
* | staging: rtl8723au: Use __func__ in trace logsM. Vefa Bicakci2015-04-031-19/+22
* | staging: rtl8723au: Rework two byte array comparisonsM. Vefa Bicakci2015-04-031-20/+14Star
* | staging: rtl8723au: suspect code indent for conditional statementsM. Vefa Bicakci2015-04-031-17/+17
* | staging: rtl8723au: Adjust whitespace in and around commentsM. Vefa Bicakci2015-04-031-56/+57
* | staging: rtl8723au: No spaces at the start of a lineM. Vefa Bicakci2015-04-031-70/+70
* | staging: rtl8723au: that open brace should be on the previous lineM. Vefa Bicakci2015-04-031-4/+5
* | staging: rtl8723au: trailing statements should be on next lineM. Vefa Bicakci2015-04-031-8/+17
* | staging: rtl8723au: Remove unneeded curly bracesM. Vefa Bicakci2015-04-031-11/+5Star
* | staging: rtl8723au: else is not generally useful after a returnM. Vefa Bicakci2015-04-031-20/+22
* | staging: rtl8723au: Reorganize a few functions to remove indentationM. Vefa Bicakci2015-04-031-108/+107Star