]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/rt2860/common/cmm_info.c
staging: __FUNCTION__ is gcc-specific, use __func__
[net-next-2.6.git] / drivers / staging / rt2860 / common / cmm_info.c
index 0aadf8af633ad3f46e6aaa3ebc385bdd65975e22..dd92ac6eaed2cf88d23ee98913898850fb53edea 100644 (file)
@@ -2039,7 +2039,7 @@ VOID RTMPIoctlGetMacTable(
        wrq->u.data.length = sizeof(RT_802_11_MAC_TABLE);
        if (copy_to_user(wrq->u.data.pointer, &MacTab, wrq->u.data.length))
        {
-               DBGPRINT(RT_DEBUG_TRACE, ("%s: copy_to_user() fail\n", __FUNCTION__));
+               DBGPRINT(RT_DEBUG_TRACE, ("%s: copy_to_user() fail\n", __func__));
        }
 
        msg = (CHAR *) kmalloc(sizeof(CHAR)*(MAX_LEN_OF_MAC_TABLE*MAC_LINE_LEN), MEM_ALLOC_FLAG);