Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/zd1211rw/
Dzd_mac.c167 dev_dbg_f_cond(zd_mac_dev(mac), signal < 0 || signal > 100, in zd_check_signal()
379 dev_dbg_f(zd_mac_dev(mac), "\n"); in zd_restore_settings()
391 dev_dbg_f(zd_mac_dev(mac), "set_mac_and_bssid failed, %d\n", r); in zd_restore_settings()
397 dev_dbg_f(zd_mac_dev(mac), "zd_chip_set_channel failed, %d\n", in zd_restore_settings()
406 dev_dbg_f(zd_mac_dev(mac), in zd_restore_settings()
763 dev_err(zd_mac_dev(mac), in zd_mac_config_beacon()
766 dev_err(zd_mac_dev(mac), in zd_mac_config_beacon()
818 dev_err(zd_mac_dev(mac), "Could not release " in zd_mac_config_beacon()
858 dev_warn(zd_mac_dev(mac), "CR_BCN_FIFO_SEMAPHORE stuck, " in zd_mac_config_beacon()
1208 dev_dbg_f(zd_mac_dev(mac), "Unsupported interrupt\n"); in zd_process_intr()
[all …]
Dzd_mac.h306 #define zd_mac_dev(mac) (zd_chip_dev(&(mac)->chip)) macro