By removing the NL16 signature check, the parser can be
utilized by other devices like the WD My Net Wi-fi Range
Extender.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44664 
3c298f89-4303-0410-b956-
a3cf2f4a3e73
                goto free_hdr;
        }
 
-       if (strncmp(header->cybertan.magic, "NL16", 4) != 0) {
-               printk(KERN_NOTICE "%s: no WRT160NL signature found\n",
-                      master->name);
-               goto free_hdr;
-       }
-
        theader = &header->trx;
        if (le32_to_cpu(theader->magic) != TRX_MAGIC) {
                printk(KERN_NOTICE "%s: no TRX header found\n", master->name);