Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c90 IEEE80211_ERROR("Unable to network device.\n"); in alloc_ieee80211()
99 IEEE80211_ERROR("Unable to allocate beacon storage: %d\n", in alloc_ieee80211()
263 IEEE80211_ERROR("Unable to create " DRV_NAME in ieee80211_debug_init()
H A Dieee80211.h461 #define IEEE80211_ERROR(f, a...) printk(KERN_ERR "ieee80211: " f, ## a) macro