aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds8-385/+146
2015-06-17staging: vt6655: use module_pci_driver helperMalcolm Priestley1-16/+1
2015-06-17staging: vt6655: remove suspend struct notifier_block.Malcolm Priestley1-37/+0
2015-06-15staging: vt6655: fix c99 comments and line lengthmatt mooney1-4/+4
2015-06-12Staging: vt6655: Remove unnecessary equality checks in rxtx.cHarisangam Sharvari1-4/+4
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-4/+4
2015-06-01staging: vt6655: device_rx_srv check sk_buff is NULLMalcolm Priestley1-0/+4
2015-06-01staging: vt6655: replace and resize dwIsrMalcolm Priestley2-17/+17
2015-06-01staging: vt6655: vnt_interrupt_process remove camel case.Malcolm Priestley1-51/+52
2015-06-01staging: vt6655: vnt_interrupt_process remove page 0 selectMalcolm Priestley1-11/+0
2015-06-01staging: vt6655: use workqueue for interrupt handlingMalcolm Priestley2-10/+28
2015-06-01staging: vt6655: remove mib.c/h dead code.Malcolm Priestley4-193/+0
2015-06-01staging: vt6655: Remove call to STAvUpdateIsrStatCounter.Malcolm Priestley2-3/+0
2015-06-01staging: vt6655: dead code remove STAvUpdate802_11CounterMalcolm Priestley2-33/+0
2015-06-01staging: vt6655: implement ieee80211_low_level_statsMalcolm Priestley2-3/+23
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-21/+33
2015-05-18Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman3-21/+33
2015-05-08staging: vt6655: lock MACvWriteBSSIDAddress.Malcolm Priestley1-1/+8
2015-05-08staging: vt6655: CARDbUpdateTSF bss timestamp correct tsf counter value.Malcolm Priestley3-5/+9
2015-05-08staging: vt6655: vnt_tx_packet Correct TX order of OWNED_BY_NICMalcolm Priestley1-8/+7
2015-05-08staging: vt6655: Fix 80211 control and management status reporting.Malcolm Priestley1-3/+3
2015-05-08staging: vt6655: implement IEEE80211_TX_STAT_NOACK_TRANSMITTEDMalcolm Priestley1-1/+5
2015-05-08staging: vt6655: device_free_tx_buf use only ieee80211_tx_status_irqsafeMalcolm Priestley1-3/+1
2015-05-08staging: vt6655: Checkpatch fix: lines longer than 80 columnsGuillaume Brogi1-17/+32
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-1/+1
2015-04-30staging: vt6655: device_intr check for vif on while loopMalcolm Priestley1-13/+8
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-10/+1
2015-04-03staging: vt6655: use ieee80211_tx_info to select packet type.Malcolm Priestley1-3/+11
2015-04-03staging: vt6655: s_vGenerateTxParameter Replace PSTxBufHead with struct vnt_tx_fifo_headMalcolm Priestley1-10/+7
2015-03-23Merge 4.0-rc5 into staging-testingGreg Kroah-Hartman2-17/+16
2015-03-20Staging: vt6655: changed C99 // commentsHatice ERTÜRK1-84/+84
2015-03-20staging: vt6655: remove deprecated use of pci apiQuentin Lambert2-21/+22
2015-03-15staging: vt6655: Fixes the checkpatch.pl warningHimani Agrawal1-13/+35
2015-03-09vt6655: Fix late setting of byRFType.Malcolm Priestley1-10/+6
2015-03-09vt6655: RFbSetPower fix missing rate RATE_12MMalcolm Priestley1-0/+1
2015-03-09staging: vt6655: vnt_tx_packet fix dma_idx selection.Malcolm Priestley1-7/+9
2015-03-06Staging: vt6655: fix C99 commentsMatteo Semenzato1-41/+41
2015-03-06staging: vt6655: Cleanup C99 commentsAlex W Slater1-17/+19
2015-03-06Staging: vt6655 fix C99 style commentsMatt1-1/+1
2015-03-06staging: vt6655: fix coding style issues in channel.cIvan Stankovic1-3/+6
2015-03-06Staging: drivers: Bool initializations should use true/falseCristina Opriceana1-2/+2
2015-03-01staging: vt6655: remove unused variableAya Mahfouz1-5/+1
2015-03-01Staging: vt6655: Fix do not use C99 // commentsYeliz Taneroglu1-1/+1
2015-02-26Staging: vt6655: changed C99 // commentsHatice ERTÜRK1-23/+23
2015-02-26Staging: vt6655: break lines over 80 charactersKatie Dunne1-2/+4
2015-02-26Staging: vt6655: Replace C99 comments with C89Katie Dunne1-27/+20
2015-02-07staging: vt6655: vnt_rx_data add track rsr and new_rsr errorsMalcolm Priestley1-1/+10
2015-02-07staging: vt6655: Fix TD_FLAGS_NETIF_SKB only on TYPE_AC0DMAMalcolm Priestley1-3/+4
2015-02-07staging: vt6655: parse bb vga code out of device_intr.Malcolm Priestley1-39/+54
2015-02-07staging: vt6655: move setting of PSTxDesc->buff_addr to vnt_tx_packetMalcolm Priestley2-1/+2