aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723au (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+5
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-04-03drivers: staging: rtl8723au: fix "warning: cast to restricted __le16"Piotr Witoslawski1-1/+1
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen1-1/+5
2015-03-26staging: rtl8723au: Update RT_TRACE macro and usesJoe Perches28-821/+660
2015-03-26staging: rtl8723au: Remove uses of MAC_FMT and MAC_ARGJoe Perches9-122/+101
2015-03-23Staging: rtl8723au: Remove unused function rtw_atimdone_event_callback23aSomya Anand1-7/+0
2015-03-23staging: rtl8723au: Do not byteswap timeout twiceJes Sorensen1-5/+2
2015-03-23staging: rtl8723au: update_txdesc(): bagg_pkt is always falseJes Sorensen1-3/+3
2015-03-23staging: rtl8723au: Fix trailing whitespaceJes Sorensen1-1/+1
2015-03-23staging: rtl8723au: Fix mis-placed breakJes Sorensen1-1/+1
2015-03-16Staging: rtl8723au: Remove parentheses around right side an assignmentHaneen Mohammed8-25/+25
2015-03-16staging: rtl8723au: remove intialization of static intsSupriya Karanth2-2/+2
2015-03-09drivers: staging: rtl8723au: hal: Removed unnecessary parenthesesTina Johnson1-1/+1
2015-03-09drivers: staging: rtl8723au: core: Removed unnecessary parenthesesTina Johnson1-2/+2
2015-03-06staging: rtl8723au: Eliminate ODM_SetBBReg()Jes Sorensen3-26/+20
2015-03-06staging: rtl8723au: odm.c: Further reduce the use of ODM_SetBBReg()Jes Sorensen1-49/+119
2015-03-06staging: rtl8723au: Eliminate ODM_GetBBReg()Jes Sorensen3-23/+17
2015-03-06staging: rtl8723au: Get rid of ODM_Read4Byte()Jes Sorensen3-14/+4
2015-03-06staging: rtl8723au: Remove various ODM_* register access wrappersJes Sorensen2-59/+0
2015-03-06staging: rtl8723au: Eliminate ODM_Write1Byte()Jes Sorensen4-17/+5
2015-03-06staging: rtl8723au: odm_ConfigBB_PHY_8723A() always issues 32 bit writesJes Sorensen3-34/+31
2015-03-06staging: rtl8723au: odm_ConfigBB_AGC_8723A() always does 32 bit writesJes Sorensen3-15/+7
2015-03-06staging: rtl8723au: odm.c: Use rtl8723au_{read, write}32() for 32 bit register accessJes Sorensen1-19/+16
2015-03-06staging: rtl8723au: usb_halinit.c: Use rtl8723au_{read,write}32()Jes Sorensen1-22/+21
2015-03-06staging: rtl8723au: rtl8723a_phycfg.c: Use proper register read/write functionsJes Sorensen1-12/+9
2015-03-06staging: rtl8723au: writeOFDMPowerReg() use rtl8723au_write32()Jes Sorensen1-1/+1
2015-03-06staging: rtl8723au: Clean up PHY_{Query,Set}BBReg() 32 bit read/writesJes Sorensen1-93/+116
2015-03-06staging: rtl8723au: Reduce the usage of ODM_[GS]et_BBReg()Jes Sorensen1-43/+46
2015-03-06staging: rtl8723au: Remove pointless wrappers around odm_TXPowerTrackingInit()Jes Sorensen1-10/+3
2015-03-06staging: rtl8723au: Remove a number of unused entries from struct dm_odm_tJes Sorensen2-36/+1
2015-03-06staging: rtl8723au: Remove unused struct rx_hpJes Sorensen1-14/+0
2015-03-06Staging: rtl8723au: Fixed error 'else should follow close brace '}".Yeliz Taneroglu1-2/+1
2015-03-06staging: rtl8723au: remove extra parentheses around right bit shift operationsAya Mahfouz2-6/+6
2015-03-06staging: rtl8723au: odm.c: Break some lines down to 80 charactersJes Sorensen1-67/+117
2015-03-06staging: rtl8723au: ODM_Write_DIG23A(): Cosmetic cleanupsJes Sorensen1-7/+8