summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
AgeCommit message (Expand)AuthorFilesLines
2015-08-10Merge 4.2-rc6 into staging-nextGreg Kroah-Hartman1-2/+3
2015-08-05staging: vt6655: Fixed C99 style comment to C89 style.Lior Pugatch1-1/+1
2015-08-03staging: vt6655: vnt_bss_info_changed check conf->beacon_rate is not NULLMalcolm Priestley1-2/+3
2015-07-22staging: vt6655: desc.h remove dead strcturesMalcolm Priestley1-59/+0
2015-07-22staging: vt6655: s_cbFillTxBufHead replace STxBufHeadMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: always set 32 bit dma maskMalcolm Priestley1-0/+6
2015-07-22staging: vt6655: fix tagTDES1 -> wReqCount typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: Fix wReqCount to __le16Malcolm Priestley3-8/+8
2015-07-22staging: vt6655: fix tagSRxDesc -> next_desc typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: Fix tagSRxDesc -> buff_addr typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: remove unused tagDEVICE_RD_INFO -> curr_descMalcolm Priestley2-3/+0
2015-07-22staging: vt6655: fix tagSTxDesc -> next_desc typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr typeMalcolm Priestley1-1/+1
2015-07-22staging: vt6655: Remove unused tagDEVICE_TD_INFO curr_descMalcolm Priestley2-3/+0
2015-07-22staging: vt6655: remove unnecessary variable skb_dmaMalcolm Priestley3-4/+1
2015-07-22staging: vt6655: dead code tx path remove dma_unmap_singleMalcolm Priestley1-14/+0
2015-07-22staging: vt6655: remove unused DBG_PORT80 and VIAWET_DEBUGMalcolm Priestley3-25/+0
2015-07-22staging: vt6655: Remove ununsed macro ASSERTMalcolm Priestley6-20/+5
2015-07-20Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2015-07-14staging:vt6655: remove checks around dev_kfree_skbManinder Singh1-6/+2
2015-07-14staging: vt6655: check ieee80211_bss_conf bssid not NULLMalcolm Priestley1-1/+1
2015-07-14Staging: vt6655: Remove do { } while (0) from single-statement macros in upc.h.Nicholas Parkanyi1-24/+12
2015-07-14Staging: vt6655: Replace C99 comments in rf.h and rf.c.Nicholas Parkanyi2-278/+278
2015-07-14staging: vt6655: Fix missing power saving supportMalcolm Priestley1-0/+1
2015-07-14staging: vt6655: Correct listen interval TBTT wake upMalcolm Priestley2-4/+13
2015-07-14staging: vt6655: vnt_tx_packet don't wakeup from power saving.Malcolm Priestley1-3/+0
2015-06-26Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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