wimax_msg — Send a message to user space
int wimax_msg ( | struct wimax_dev * wimax_dev, |
| const char * pipe_name, | |
| const void * buf, | |
| size_t size, | |
gfp_t gfp_flags); |
struct wimax_dev * wimax_devWiMAX device descriptor (properly referenced)
const char * pipe_name"named pipe" the message will be sent to
const void * bufpointer to the message to send.
size_t size
size of the buffer pointed to by buf (in bytes).
gfp_t gfp_flagsflags for memory allocation.