Home
last modified time | relevance | path

Searched refs:new_firmware (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/wireless/
Datmel.c2236 unsigned char *new_firmware; in atmel_ioctl() local
2267 if (!(new_firmware = kmalloc(com.len, GFP_KERNEL))) { in atmel_ioctl()
2272 if (copy_from_user(new_firmware, com.data, com.len)) { in atmel_ioctl()
2280 priv->firmware = new_firmware; in atmel_ioctl()