Tag: 855da5e07ef4dba5f23d8f6f31004116ba16c52a

drivers/net/wireless: Correct code taking the size of a pointer

Author: Julia Lawall <julia@diku.dk> sizeof(iv16) and sizeof(iv32) are the sizes of pointers. Change them to the size of the copied data. Furthermore, iveiv_entry is a local structure that has just been initialized and is not visible outside this function. Thus, there would seem to be no point to copy data into it. The order of …

Continue reading