qcacmn: Fixed regdb kernel panic

Analysis:
Seen kernel panic when setting the NULL country code in FW.

Solution:
Send an indication to Offload layer if Firmware fails to set
the country code.

Change-Id: Ic01ee170cfca31d840236625c1d1497426eafc68
CRs-Fixed: 2083318
此提交包含在:
Shashikala Prabhu
2017-08-02 11:12:33 +05:30
提交者 snandini
父節點 f3a2ea90b8
當前提交 3519b96e24
共有 3 個檔案被更改,包括 31 行新增8 行删除

查看文件

@@ -320,6 +320,8 @@ QDF_STATUS target_if_register_regulatory_tx_ops(struct wlan_lmac_if_tx_ops
reg_ops->fill_umac_legacy_chanlist = NULL;
reg_ops->set_country_failed = NULL;
reg_ops->register_11d_new_cc_handler =
tgt_if_regulatory_register_11d_new_cc_handler;