Searched refs:WLAN_LOG_ERROR (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/wlan-ng/ |
D | prism2mgmt.c | 144 WLAN_LOG_ERROR("HostScan not supported with current firmware (<1.3.2).\n"); in prism2mgmt_scan() 156 WLAN_LOG_ERROR("getconfig(ROAMMODE) failed. result=%d\n", in prism2mgmt_scan() 168 WLAN_LOG_ERROR("setconfig(ROAMINGMODE) failed. result=%d\n", in prism2mgmt_scan() 213 WLAN_LOG_ERROR("getconfig(PORTSTATUS) failed. " in prism2mgmt_scan() 226 WLAN_LOG_ERROR("setconfig(ROAMINGMODE) failed. result=%d\n", result); in prism2mgmt_scan() 239 WLAN_LOG_ERROR("Failed to set OwnSSID.\n"); in prism2mgmt_scan() 247 WLAN_LOG_ERROR("Failed to set DesiredSSID.\n"); in prism2mgmt_scan() 257 WLAN_LOG_ERROR("Failed to set CNFPORTTYPE.\n"); in prism2mgmt_scan() 267 WLAN_LOG_ERROR("Failed to set CREATEIBSS.\n"); in prism2mgmt_scan() 274 WLAN_LOG_ERROR("drvr_enable(0) failed. " in prism2mgmt_scan() [all …]
|
D | p80211conv.c | 218 WLAN_LOG_ERROR("Error: Converting eth to wlan in unknown mode.\n"); in skb_ether_to_p80211() 332 WLAN_LOG_ERROR("A4 frame too short!\n"); in skb_p80211_to_ether() 343 WLAN_LOG_ERROR("WEP frame too short (%u).\n", in skb_p80211_to_ether() 383 WLAN_LOG_ERROR("ENCAP frame too large (%d > %d)\n", in skb_p80211_to_ether() 410 WLAN_LOG_ERROR("SNAP frame too large (%d > %d)\n", in skb_p80211_to_ether() 440 WLAN_LOG_ERROR("DIXII frame too large (%ld > %d)\n", in skb_p80211_to_ether() 475 WLAN_LOG_ERROR("OTHER frame too large (%d > %d)\n", in skb_p80211_to_ether() 624 WLAN_LOG_ERROR("%s: RXmeta already attached!\n", in p80211skb_rxmeta_attach() 634 WLAN_LOG_ERROR("%s: Failed to allocate rxmeta.\n", in p80211skb_rxmeta_attach() 680 WLAN_LOG_ERROR("Freeing an skb (%p) w/ no frmmeta.\n", skb); in p80211skb_free()
|
D | prism2sta.c | 508 WLAN_LOG_ERROR( in prism2sta_ifstate() 552 WLAN_LOG_ERROR( in prism2sta_ifstate() 562 WLAN_LOG_ERROR( in prism2sta_ifstate() 572 WLAN_LOG_ERROR( in prism2sta_ifstate() 677 WLAN_LOG_ERROR("Failed to retrieve NICIDENTITY\n"); in prism2sta_getcardinfo() 695 WLAN_LOG_ERROR("Failed to retrieve PRIIDENTITY\n"); in prism2sta_getcardinfo() 713 WLAN_LOG_ERROR("Failed to retrieve STAIDENTITY\n"); in prism2sta_getcardinfo() 718 WLAN_LOG_ERROR("FATAL: Card is not an Intersil Prism2/2.5/3\n"); in prism2sta_getcardinfo() 743 WLAN_LOG_ERROR("Unsupported Tertiary AP firmeare loaded!\n"); in prism2sta_getcardinfo() 751 WLAN_LOG_ERROR("Failed to retrieve MFISUPRANGE\n"); in prism2sta_getcardinfo() [all …]
|
D | prism2usb.c | 93 WLAN_LOG_ERROR("%s: Memory allocation failure.\n", dev_info); in prism2sta_probe_usb() 100 WLAN_LOG_ERROR("%s: wlan_setup() failed.\n", dev_info); in prism2sta_probe_usb() 123 WLAN_LOG_ERROR( in prism2sta_probe_usb() 135 WLAN_LOG_ERROR("%s: register_wlandev() failed.\n", dev_info); in prism2sta_probe_usb()
|
D | hfa384x_usb.c | 1381 WLAN_LOG_ERROR("not used in USB.\n"); in hfa384x_copy_from_aux() 1415 WLAN_LOG_ERROR("not used in USB.\n"); in hfa384x_copy_to_aux() 1451 WLAN_LOG_ERROR("usb_reset_device() failed, result=%d.\n",result); in hfa384x_corereset() 2370 WLAN_LOG_ERROR("download(NV,lo=%x,hi=%x,len=%x) " in hfa384x_drvr_flashdl_write() 2403 WLAN_LOG_ERROR( in hfa384x_drvr_flashdl_write() 2418 WLAN_LOG_ERROR( in hfa384x_drvr_flashdl_write() 2571 WLAN_LOG_ERROR("Not currently supported in USB!\n"); in hfa384x_drvr_handover() 2675 WLAN_LOG_ERROR( in hfa384x_drvr_ramdl_enable() 2683 WLAN_LOG_ERROR( in hfa384x_drvr_ramdl_enable() 2872 WLAN_LOG_ERROR("pdrlen invalid=%d\n", in hfa384x_drvr_readpda() [all …]
|
D | p80211netdev.c | 747 WLAN_LOG_ERROR( in p80211knetdev_set_mac_address() 819 WLAN_LOG_ERROR("Failed to alloc netdev.\n"); in wlan_setup() 889 WLAN_LOG_ERROR("called without wlandev->netdev set.\n"); in wlan_unsetup()
|
D | wlan_compat.h | 105 #define WLAN_LOG_ERROR(x,args...) printk(KERN_ERR "%s: " x , __func__ , ##args); macro
|
D | p80211req.c | 146 WLAN_LOG_ERROR("%s: only dot11req_mibget allowed for non-root.\n", wlandev->name); in p80211req_dorequest()
|
D | prism2mib.c | 824 WLAN_LOG_ERROR("Unhandled DID 0x%08x\n", mib->did); in prism2mib_priv()
|
D | p80211wext.c | 1354 WLAN_LOG_ERROR("Can't scan in AP mode\n"); in p80211wext_siwscan()
|