summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655
AgeCommit message (Expand)Author
2014-08-30staging: vt6655: Fix *Duration s_uFillDataHead to return to __le16Malcolm Priestley
2014-08-30staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_...Malcolm Priestley
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_...Malcolm Priestley
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_t...Malcolm Priestley
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_d...Malcolm Priestley
2014-08-30staging: vt6655: rxtx.c create function to return __le16 wTimeStampOffMalcolm Priestley
2014-08-30staging: vt6655: s_vGenerateTxParameter removed nested pvRrvTime NULL checkMalcolm Priestley
2014-08-30staging: vt6655: rxtx change s_uGetRTSCTSRsvTime to always return __le16Malcolm Priestley
2014-08-30staging: vt6655: create vnt_rxtx_rsvtime_le16 to return s_uGetTxRsvTime endia...Malcolm Priestley
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_r...Malcolm Priestley
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt...Malcolm Priestley
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt...Malcolm Priestley
2014-08-30staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon...Malcolm Priestley
2014-08-30staging: vt6655: rxtx.h structure vnt_mic_hdr add IEEE80211_CCMP_PN_LEN macroMalcolm Priestley
2014-08-30staging: vt6655: 80211mgr.h add ieee80211.h header and fix conflictsMalcolm Priestley
2014-08-30staging: vt6655: dead code remove device_nics variableMalcolm Priestley
2014-08-30staging: vt6655: remove multiple instances of netdevice.Malcolm Priestley
2014-08-30staging: vt6655: remove multiple instances of driver loading.Malcolm Priestley
2014-08-30staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley
2014-08-30staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley
2014-08-30staging: vt6655: rxtx.c change BBvCalculateParameter to function vnt_get_phy_...Malcolm Priestley
2014-08-30staging: vt6655: baseband add new function vnt_get_phy_fieldMalcolm Priestley
2014-08-30staging: vt6655: add new stucture struct vnt_phy_field for rts/cts/data struc...Malcolm Priestley
2014-08-30staging: vt6655: device.h dead code remove bCCKMalcolm Priestley
2014-08-30staging: vt6655: remove remaining comments of PLICE_DEBUGMalcolm Priestley
2014-08-30staging: vt6655: vntwifi.c remove unused directive PLICE_DEBUGMalcolm Priestley
2014-08-30staging: vt6655: remove PLICE_DEBUG where it is definedMalcolm Priestley
2014-08-30staging: vt6655: main_usb.c remove undefined PLICE_DEBUG code.Malcolm Priestley
2014-08-30staging: vt6655: Use ether_crc in kernel.Malcolm Priestley
2014-08-17staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches
2014-08-16staging: vt6655: remove typedef from struct vnt_privateMalcolm Priestley
2014-08-16staging: vt6655: device_main Replace DEVICE_INFO with size of pointerMalcolm Priestley
2014-08-16staging: vt6655: rf/wpactl/wroute use struct vnt_privateMalcolm Priestley
2014-08-16staging: vt6655: hostap/ioctl/iwctl use struct vnt_privateMalcolm Priestley
2014-08-16staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_privateMalcolm Priestley
2014-08-16staging: vt6655: channel/wcmd/wctl/wmgr use struct vnt_private *Malcolm Priestley
2014-08-16staging: vt6655: card change PSDevice to struct vnt_privateMalcolm Priestley
2014-08-16staging: vt6655: baseband replace PSDeviceMalcolm Priestley
2014-08-16staging: vt6655: device.h use change __device_info to vnt_privateMalcolm Priestley
2014-08-16staging: vt6655: upc.h replace read and write memory functionsMalcolm Priestley
2014-08-16staging: vt6655: upc.h: Remove unused macrosMalcolm Priestley
2014-08-16staging: vt6655: CARDbSetBeaconPeriod call CARDbGetCurrentTSF to get TBTTMalcolm Priestley
2014-08-16staging: vt6655: CARDqGetNextTBTT calculate qwTSF using do_divMalcolm Priestley
2014-08-16staging: vt6655: Replace and remove typedef QWORD/ DQWORDMalcolm Priestley
2014-08-16staging: vt6655: BSSvSecondTxData remove #if 1 else directiveMalcolm Priestley
2014-08-16staging: vt6655: Remove TxInSleep macroMalcolm Priestley
2014-08-16staging: vt6655: rxtx: Replace typedef struct tagSMICHDRHeadMalcolm Priestley
2014-08-16staging: vt6655: wpactl.c: Fix sparse warningsMartin Berglund
2014-08-16staging: vt6655: iowpa.h: Fix sparse warningsMartin Berglund
2014-08-08staging: use pci_zalloc_consistentJoe Perches