summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley2014-08-313-29/+39
* staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley2014-08-312-19/+21
* staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley2014-08-312-51/+54
* staging: vt6655: Fix *Duration s_uFillDataHead to return to __le16Malcolm Priestley2014-08-311-9/+9
* staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_...Malcolm Priestley2014-08-313-30/+26Star
* staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_...Malcolm Priestley2014-08-313-36/+39
* staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_t...Malcolm Priestley2014-08-313-35/+35
* staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_d...Malcolm Priestley2014-08-313-41/+42
* staging: vt6655: rxtx.c create function to return __le16 wTimeStampOffMalcolm Priestley2014-08-311-8/+14
* staging: vt6655: s_vGenerateTxParameter removed nested pvRrvTime NULL checkMalcolm Priestley2014-08-311-41/+28Star
* staging: vt6655: rxtx change s_uGetRTSCTSRsvTime to always return __le16Malcolm Priestley2014-08-311-9/+9
* staging: vt6655: create vnt_rxtx_rsvtime_le16 to return s_uGetTxRsvTime endia...Malcolm Priestley2014-08-311-8/+15
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_r...Malcolm Priestley2014-08-313-42/+43
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt...Malcolm Priestley2014-08-313-33/+37
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt...Malcolm Priestley2014-08-313-27/+26Star
* staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon...Malcolm Priestley2014-08-303-24/+28
* staging: vt6655: rxtx.h structure vnt_mic_hdr add IEEE80211_CCMP_PN_LEN macroMalcolm Priestley2014-08-301-1/+1
* staging: vt6655: 80211mgr.h add ieee80211.h header and fix conflictsMalcolm Priestley2014-08-301-8/+1Star
* staging: vt6655: dead code remove device_nics variableMalcolm Priestley2014-08-302-13/+2Star
* staging: vt6655: remove multiple instances of netdevice.Malcolm Priestley2014-08-302-4/+0Star
* staging: vt6655: remove multiple instances of driver loading.Malcolm Priestley2014-08-302-31/+3Star
* staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley2014-08-303-196/+0Star
* staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley2014-08-302-84/+76Star
* staging: vt6655: rxtx.c change BBvCalculateParameter to function vnt_get_phy_...Malcolm Priestley2014-08-301-86/+65Star
* staging: vt6655: baseband add new function vnt_get_phy_fieldMalcolm Priestley2014-08-302-6/+142
* staging: vt6655: add new stucture struct vnt_phy_field for rts/cts/data struc...Malcolm Priestley2014-08-301-0/+21
* staging: vt6655: device.h dead code remove bCCKMalcolm Priestley2014-08-304-10/+0Star
* staging: vt6655: remove remaining comments of PLICE_DEBUGMalcolm Priestley2014-08-302-8/+3Star
* staging: vt6655: vntwifi.c remove unused directive PLICE_DEBUGMalcolm Priestley2014-08-301-4/+0Star
* staging: vt6655: remove PLICE_DEBUG where it is definedMalcolm Priestley2014-08-302-11/+5Star
* staging: vt6655: main_usb.c remove undefined PLICE_DEBUG code.Malcolm Priestley2014-08-301-40/+0Star
* staging: vt6655: Use ether_crc in kernel.Malcolm Priestley2014-08-302-17/+1Star
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-1723-773/+840
* staging: vt6655: remove typedef from struct vnt_privateMalcolm Priestley2014-08-161-3/+2Star
* staging: vt6655: device_main Replace DEVICE_INFO with size of pointerMalcolm Priestley2014-08-161-2/+2
* staging: vt6655: rf/wpactl/wroute use struct vnt_privateMalcolm Priestley2014-08-166-27/+28
* staging: vt6655: hostap/ioctl/iwctl use struct vnt_privateMalcolm Priestley2014-08-165-48/+49
* staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_privateMalcolm Priestley2014-08-167-77/+88
* staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private *Malcolm Priestley2014-08-165-85/+87
* staging: vt6655: card change PSDevice to struct vnt_privateMalcolm Priestley2014-08-162-110/+84Star
* staging: vt6655: baseband replace PSDeviceMalcolm Priestley2014-08-162-23/+24
* staging: vt6655: device.h use change __device_info to vnt_privateMalcolm Priestley2014-08-162-84/+93
* staging: vt6655: upc.h replace read and write memory functionsMalcolm Priestley2014-08-161-6/+6
* staging: vt6655: upc.h: Remove unused macrosMalcolm Priestley2014-08-161-27/+0Star
* staging: vt6655: CARDbSetBeaconPeriod call CARDbGetCurrentTSF to get TBTTMalcolm Priestley2014-08-161-20/+2Star
* staging: vt6655: CARDqGetNextTBTT calculate qwTSF using do_divMalcolm Priestley2014-08-161-19/+10Star
* staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley2014-08-1615-172/+114Star
* staging: vt6655: BSSvSecondTxData remove #if 1 else directiveMalcolm Priestley2014-08-161-14/+12Star
* staging: vt6655: Remove TxInSleep macroMalcolm Priestley2014-08-168-25/+5Star
* staging: vt6655: rxtx: Replace typedef struct tagSMICHDRHeadMalcolm Priestley2014-08-163-56/+60