Age | Commit message (Expand) | Author | Files | Lines |
2010-08-03 | staging: vt6656: removed NTSTATUS definition | Andres More | 15 | -109/+38 |
2010-08-03 | staging: vt6656: simplified tests involving both multi/broad-casts | Andres More | 1 | -18/+13 |
2010-08-03 | Staging: vt6656: Remove PUINT from ttype.h | Roel Van Nyen | 4 | -9/+8 |
2010-07-22 | staging: vt6656: code cleanup in device_netdev_ops' device_xmit() | Andres More | 1 | -24/+22 |
2010-07-22 | staging: vt6656: replaced MAX_PACKET_LEN with ETH_FRAME_LEN | Andres More | 2 | -14/+3 |
2010-07-22 | staging: vt6656: replaced MIN_PACKET_LEN with ETH_ZLEN | Andres More | 2 | -8/+2 |
2010-07-22 | staging: vt6656: replaced MAX_DATA_LEN with ETH_DATA_LEN | Andres More | 2 | -4/+3 |
2010-07-22 | staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LEN | Andres More | 3 | -4/+4 |
2010-07-22 | staging: vt6656: removed Calcu_LinkQual definition | Andres More | 7 | -35/+0 |
2010-07-22 | staging: vt6656: removed WPA_SM_Transtatus definition | Andres More | 6 | -20/+0 |
2010-07-22 | staging: vt6656: removed update_BssList definition | Andres More | 2 | -7/+0 |
2010-07-22 | staging: vt6656: removed Adhoc_STA definition | Andres More | 4 | -14/+1 |
2010-07-22 | staging: vt6656: removed Safe_Close definition | Andres More | 3 | -50/+3 |
2010-07-22 | staging: vt6656: code cleanup in vt6656 DMA TX | Andres More | 1 | -22/+10 |
2010-07-22 | staging: vt6656: code cleanup in vt6656_probe() | Andres More | 1 | -50/+44 |
2010-07-22 | staging: vt6656: removed '#if 1'/'#if 0' definitions | Andres More | 5 | -87/+0 |
2010-07-09 | staging: vt6656: removed SndEvt_ToAPI definition | Andres More | 5 | -18/+0 |
2010-07-09 | staging: vt6656: removed TxInSleep definition | Andres More | 8 | -37/+2 |
2010-07-09 | staging: vt6656: removed unused IS_NULL_ADDRESS definition | Andres More | 1 | -6/+0 |
2010-06-25 | staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addr | Andres More | 8 | -67/+29 |
2010-06-24 | Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addr | Andres More | 7 | -30/+17 |
2010-06-24 | Staging: vt6656: code cleanup of vt6656_disconnect() | Andres More | 1 | -32/+17 |
2010-06-23 | Staging: vt6656: code cleanup in vt6656_suspend()/vt6656_resume() | Andres More | 1 | -21/+20 |
2010-06-23 | Staging: vt6656: removed '#if 0' definitions | Andres More | 6 | -111/+0 |
2010-06-18 | Staging: vt665*: fix typos concerning "management" | Uwe Kleine-König | 5 | -6/+6 |
2010-06-18 | Staging: vt6656: fix coding style issues in 80211mgr.c | Timofey Trofimov | 1 | -263/+251 |
2010-06-18 | Staging: vt6656: fix up built-in compilation together with rt2870 | Otavio Salvador | 2 | -6/+4 |
2010-06-18 | Staging: vt6656: code cleanup, resolved checkpatch findings in headers | Andres More | 21 | -229/+136 |
2010-06-18 | Staging: vt6656: code cleanup, fixed 'for' statements | Andres More | 15 | -160/+161 |
2010-05-21 | Merge staging-next tree into Linus's latest version | Greg Kroah-Hartman | 75 | -3879/+3529 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -3/+3 |
2010-05-19 | Staging: vt6656: use ETH_HLEN macro instead of custom one | Charles Clément | 2 | -14/+12 |
2010-05-19 | Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs | Andres More | 48 | -692/+700 |
2010-05-19 | Staging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefs | Andres More | 10 | -56/+77 |
2010-05-15 | Staging: Use kcalloc or kzalloc | Julia Lawall | 2 | -4/+2 |
2010-05-15 | staging: vt6656: code cleanup, removed unused I8 macro | Andres More | 1 | -7/+0 |
2010-05-15 | staging: vt6656: code cleanup, replaced U32 macro with u32 | Andres More | 3 | -137/+112 |
2010-05-15 | staging: vt6656: code cleanup, replaced U16 macro with u16 | Andres More | 2 | -24/+23 |
2010-05-15 | staging: vt6656: code cleanup, replaced U8 macro with u8 | Andres More | 2 | -40/+32 |
2010-05-12 | staging: vt6656: card.h: code cleanup, resolved checkpatch findings | Andres More | 1 | -15/+9 |
2010-05-12 | Staging: Drop memory allocation cast | Julia Lawall | 3 | -4/+4 |
2010-05-12 | staging: vt6656: aes_ccmp.c: code cleanup, cleared checkpatch findings | Andres More | 1 | -289/+272 |
2010-05-12 | staging: vt6656: code cleanup, removed HANDLE definition in ttype.h | Andres More | 18 | -781/+506 |
2010-05-11 | Staging: vt6656: code cleanup, resolved sparse finding | Andres More | 1 | -37/+40 |
2010-05-11 | Staging: vt6656: code cleanup, removed OUT definition | Andres More | 21 | -111/+85 |
2010-05-11 | Staging: vt6656: removed SUCCESS define as it is not used | Andres More | 1 | -5/+0 |
2010-05-11 | Staging: vt6656: code cleanup, fixed comments style at the end of headers | Andres More | 38 | -106/+38 |
2010-05-11 | Staging: vt6656: removed VOID/PVOID definitions | Andres More | 45 | -427/+409 |
2010-05-11 | Staging: vt6656: Removed IN definition | Andres More | 39 | -965/+960 |
2010-05-11 | Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl. | Forest Bond | 4 | -9/+9 |