gsra99 / iwleeprom

Automatically exported from code.google.com/p/iwleeprom
1 stars 0 forks source link

More detail in verify error #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
May I suggest the following change to the write verification in eeprom_write16 
(line 325 in head):

<<<
        if (value != (data >> 16)) {
                if (debug)
                        fprintf(stderr, "Verification error at %.4x (read %.2x, expecting %.2x)\n", addr, data >> 16, value);
                else   
                        die("Verification error at %.4x (read %.2x, expecting %.2x)\n", addr, data >> 16, value);
        }
>>>

Original issue reported on code.google.com by supermat...@gmail.com on 1 Sep 2012 at 4:48

GoogleCodeExporter commented 9 years ago
This will be added.

Original comment by alexan...@kalinichenko.org on 17 May 2013 at 9:21

GoogleCodeExporter commented 9 years ago

Original comment by alexan...@kalinichenko.org on 17 May 2013 at 9:30