Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl1251/
Dacx.c118 wl1251_warning("could not set wake up conditions: %d", ret); in wl1251_acx_wake_up_conditions()
166 wl1251_warning("ACX_FW_REV interrogate failed"); in wl1251_acx_fw_version()
205 wl1251_warning("configure of tx power failed: %d", ret); in wl1251_acx_tx_power()
293 wl1251_warning("failed to read data path parameters: %d", ret); in wl1251_acx_data_path_params()
296 wl1251_warning("data path parameter acx status failed"); in wl1251_acx_data_path_params()
323 wl1251_warning("failed to set rx msdu life time: %d", ret); in wl1251_acx_rx_msdu_life_time()
351 wl1251_warning("failed to set rx config: %d", ret); in wl1251_acx_rx_config()
377 wl1251_warning("failed to set pd threshold: %d", ret); in wl1251_acx_pd_threshold()
404 wl1251_warning("failed to set slot time: %d", ret); in wl1251_acx_slot()
434 wl1251_warning("failed to set group addr table: %d", ret); in wl1251_acx_group_address_tbl()
[all …]
Dcmd.c77 wl1251_warning("TEST command failed"); in wl1251_cmd_test()
161 wl1251_warning("CONFIGURE command NOK"); in wl1251_cmd_configure()
185 wl1251_warning("cmd vbm len is %d B, truncating to %d", in wl1251_cmd_vbm()
406 wl1251_warning("cmd set_template failed: %d", ret); in wl1251_cmd_template_set()
Dmain.c150 wl1251_warning("WLAN not ready"); in wl1251_fw_wakeup()
263 wl1251_warning( in wl1251_irq_work()
345 wl1251_warning("join timeout"); in wl1251_join()
841 wl1251_warning("could not set keys"); in wl1251_op_set_key()
934 wl1251_warning("wl1251_op_set_rts_threshold failed: %d", ret); in wl1251_op_set_rts_threshold()
1026 wl1251_warning("Set slot time failed %d", ret); in wl1251_op_bss_info_changed()
1044 wl1251_warning("Set ctsprotect failed %d", ret); in wl1251_op_bss_info_changed()
1277 wl1251_warning("failed to read MAC address from EEPROM"); in wl1251_read_eeprom_mac()
Dinit.c38 wl1251_warning("couldn't set feature config"); in wl1251_hw_init_hwenc_config()
44 wl1251_warning("couldn't set default key"); in wl1251_hw_init_hwenc_config()
Drx.c161 wl1251_warning("curr ID:%d, last ID inc:%d", in wl1251_rx_body()
Dwl1251.h60 #define wl1251_warning(fmt, arg...) \ macro