The original code is correct
> - u16 *data = (u16 *)&rq->ifr_data;
> + u16 *data = (u16 *)rq->ifr_data;
The patch breaks the driver. You are using rq->ifr_data as a pointer, it
is not, it is the data instance
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu