summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Replace typedef struct tagSTxDescMalcolm Priestley2015-08-156-38/+39
* staging: vt6655: replace typedef struct tagDEVICE_TD_INFO and structureMalcolm Priestley2015-08-154-33/+33
* staging: vt6655: struct tagDEVICE_TD_INFO remove dwHeaderLengthMalcolm Priestley2015-08-152-2/+0Star
* staging: vt6655: struct tagDEVICE_TD_INFO resize dwReqCount.Malcolm Priestley2015-08-153-3/+3
* staging: vt6655: replaced typedef struct tagTDES1Malcolm Priestley2015-08-152-12/+10Star
* staging: vt6655: desc.h replace typedef struct tagTDES0Malcolm Priestley2015-08-153-29/+19Star
* Merge 4.2-rc6 into staging-nextGreg Kroah-Hartman2015-08-101-2/+3
|\
| * staging: vt6655: vnt_bss_info_changed check conf->beacon_rate is not NULLMalcolm Priestley2015-08-041-2/+3
* | staging: vt6655: Fixed C99 style comment to C89 style.Lior Pugatch2015-08-051-1/+1
* | staging: vt6655: desc.h remove dead strcturesMalcolm Priestley2015-07-231-59/+0Star
* | staging: vt6655: s_cbFillTxBufHead replace STxBufHeadMalcolm Priestley2015-07-231-1/+1
* | staging: vt6655: always set 32 bit dma maskMalcolm Priestley2015-07-231-0/+6
* | staging: vt6655: fix tagTDES1 -> wReqCount typeMalcolm Priestley2015-07-231-1/+1
* | staging: vt6655: Fix wReqCount to __le16Malcolm Priestley2015-07-233-8/+8
* | staging: vt6655: fix tagSRxDesc -> next_desc typeMalcolm Priestley2015-07-231-1/+1
* | staging: vt6655: Fix tagSRxDesc -> buff_addr typeMalcolm Priestley2015-07-231-1/+1
* | staging: vt6655: remove unused tagDEVICE_RD_INFO -> curr_descMalcolm Priestley2015-07-232-3/+0Star
* | staging: vt6655: fix tagSTxDesc -> next_desc typeMalcolm Priestley2015-07-231-1/+1
* | staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr typeMalcolm Priestley2015-07-231-1/+1
* | staging: vt6655: Remove unused tagDEVICE_TD_INFO curr_descMalcolm Priestley2015-07-232-3/+0Star
* | staging: vt6655: remove unnecessary variable skb_dmaMalcolm Priestley2015-07-233-4/+1Star
* | staging: vt6655: dead code tx path remove dma_unmap_singleMalcolm Priestley2015-07-231-14/+0Star
* | staging: vt6655: remove unused DBG_PORT80 and VIAWET_DEBUGMalcolm Priestley2015-07-233-25/+0Star
* | staging: vt6655: Remove ununsed macro ASSERTMalcolm Priestley2015-07-236-20/+5Star
* | Merge 4.2-rc3 into staging-nextGreg Kroah-Hartman2015-07-201-1/+1
|\|
| * staging: vt6655: check ieee80211_bss_conf bssid not NULLMalcolm Priestley2015-07-151-1/+1
* | staging:vt6655: remove checks around dev_kfree_skbManinder Singh2015-07-151-6/+2Star
* | Staging: vt6655: Remove do { } while (0) from single-statement macros in upc.h.Nicholas Parkanyi2015-07-151-24/+12Star
* | Staging: vt6655: Replace C99 comments in rf.h and rf.c.Nicholas Parkanyi2015-07-152-278/+278
* | staging: vt6655: Fix missing power saving supportMalcolm Priestley2015-07-151-0/+1
* | staging: vt6655: Correct listen interval TBTT wake upMalcolm Priestley2015-07-152-4/+13
* | staging: vt6655: vnt_tx_packet don't wakeup from power saving.Malcolm Priestley2015-07-151-3/+0Star
|/
* Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-278-385/+146Star
|\
| * staging: vt6655: use module_pci_driver helperMalcolm Priestley2015-06-181-16/+1Star
| * staging: vt6655: remove suspend struct notifier_block.Malcolm Priestley2015-06-181-37/+0Star
| * staging: vt6655: fix c99 comments and line lengthmatt mooney2015-06-161-4/+4
| * Staging: vt6655: Remove unnecessary equality checks in rxtx.cHarisangam Sharvari2015-06-131-4/+4
| * staging: vt6655: device_rx_srv check sk_buff is NULLMalcolm Priestley2015-05-311-0/+4
| * staging: vt6655: replace and resize dwIsrMalcolm Priestley2015-05-312-17/+17
| * staging: vt6655: vnt_interrupt_process remove camel case.Malcolm Priestley2015-05-311-51/+52
| * staging: vt6655: vnt_interrupt_process remove page 0 selectMalcolm Priestley2015-05-311-11/+0Star
| * staging: vt6655: use workqueue for interrupt handlingMalcolm Priestley2015-05-312-10/+28
| * staging: vt6655: remove mib.c/h dead code.Malcolm Priestley2015-05-314-193/+0Star
| * staging: vt6655: Remove call to STAvUpdateIsrStatCounter.Malcolm Priestley2015-05-312-3/+0Star
| * staging: vt6655: dead code remove STAvUpdate802_11CounterMalcolm Priestley2015-05-312-33/+0Star
| * staging: vt6655: implement ieee80211_low_level_statsMalcolm Priestley2015-05-312-3/+23
| * Merge 4.1-rc4 into staging-nextGreg Kroah-Hartman2015-05-183-21/+33
| |\
| * | staging: vt6655: Checkpatch fix: lines longer than 80 columnsGuillaume Brogi2015-05-081-17/+32
| * | Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-1/+1
| * | staging: vt6655: device_intr check for vif on while loopMalcolm Priestley2015-04-301-13/+8Star