aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_main.c (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 Torvalds1-130/+101
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-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 Priestley1-16/+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 Priestley1-10/+26
2015-06-01staging: vt6655: Remove call to STAvUpdateIsrStatCounter.Malcolm Priestley1-1/+0
2015-06-01staging: vt6655: implement ieee80211_low_level_statsMalcolm Priestley1-3/+21
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+25
2015-05-18Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman1-17/+25
2015-05-08staging: vt6655: lock MACvWriteBSSIDAddress.Malcolm Priestley1-1/+8
2015-05-08staging: vt6655: CARDbUpdateTSF bss timestamp correct tsf counter value.Malcolm Priestley1-1/+1
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-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-03-23Merge 4.0-rc5 into staging-testingGreg Kroah-Hartman1-17/+15
2015-03-20staging: vt6655: remove deprecated use of pci apiQuentin Lambert1-19/+20
2015-03-09vt6655: Fix late setting of byRFType.Malcolm Priestley1-10/+6
2015-03-09staging: vt6655: vnt_tx_packet fix dma_idx selection.Malcolm Priestley1-7/+9
2015-03-06staging: vt6655: Cleanup C99 commentsAlex W Slater1-17/+19
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 Priestley1-0/+2
2015-01-25staging: vt6655: device_init_registers alway set initial antenna modeMalcolm Priestley1-0/+4
2015-01-25staging: vt6655: remove antenna diversity functionsMalcolm Priestley1-56/+0
2015-01-25staging: vt6655: set_channel replace parameter with ieee80211_channelMalcolm Priestley1-1/+1
2015-01-25staging: vt6655: fix space prohibted before that ','Ahmad Hassan1-1/+1
2015-01-19Merge 3.19-rc5 into staging-nextGreg Kroah-Hartman1-3/+10
2015-01-12staging: vt6655: vnt_tx_packet Fix corrupted tx packets.Malcolm Priestley1-1/+6
2015-01-12staging: vt6655: fix sparse warnings: incorrect argument typeMike Krinkin1-2/+4
2015-01-12staging: vt6655: [BUG] Protect MACvSelectPage1 with lock.Malcolm Priestley1-0/+6
2015-01-12staging: vt6655: Declare vnt_init() staticSören Brinkmann1-1/+1
2014-11-26staging: vt6655: card.c move __iomem into functions.Malcolm Priestley1-4/+3
2014-11-26staging: vt6655: card Remove function vUpdateIFSMalcolm Priestley1-1/+0
2014-11-26staging: vt6655: change typedef enum _VIA_PKT_TYPE to macroMalcolm Priestley1-1/+1
2014-11-26staging: vt6655: CARDbSetPhyParameter remove unused parametersMalcolm Priestley1-3/+2
2014-11-07staging: vt6655: baseband replace __iomem where caller is priv dereferenced.Malcolm Priestley1-3/+3
2014-11-05staging: vt6655: change tx wake queueMalcolm Priestley1-4/+8
2014-11-05staging: vt6655: device_set_options remove dead variablesMalcolm Priestley1-5/+0
2014-11-05staging: vt6655: device_init_registers remove uConnectionRateMalcolm Priestley1-4/+1
2014-11-05staging: vt6655: device_set_options remove unused ethernet addressesMalcolm Priestley1-8/+0
2014-11-05staging: vt6655: device_get_options remove unused device parametersMalcolm Priestley1-100/+0
2014-11-05staging: vt6655: remove fragmentation from driverMalcolm Priestley1-53/+0
2014-10-29staging: vt6655: dead code remove wmgr.hMalcolm Priestley1-1/+0