Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_module.c77 LIBIPW_ERROR("Out of memory allocating beacons\n"); in libipw_networks_allocate()
149 LIBIPW_ERROR("Unable to allocate wiphy.\n"); in alloc_libipw()
169 LIBIPW_ERROR("Unable to allocate beacon storage: %d\n", err); in alloc_libipw()
284 LIBIPW_ERROR("Unable to create " DRV_PROCNAME in libipw_init()
Dlibipw_tx.c369 LIBIPW_ERROR("msdu encryption failed\n"); in libipw_xmit()
Dlibipw.h111 #define LIBIPW_ERROR(f, a...) printk(KERN_ERR "libipw: " f, ## a) macro