|
@@ -154,20 +154,6 @@ int ath6kl_core_init(struct ath6kl *ar)
|
|
|
if (uart_debug)
|
|
|
ar->conf_flags |= ATH6KL_CONF_UART_DEBUG;
|
|
|
|
|
|
- ar->wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM |
|
|
|
- WIPHY_FLAG_HAVE_AP_SME |
|
|
|
- WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL |
|
|
|
- WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD;
|
|
|
-
|
|
|
- if (test_bit(ATH6KL_FW_CAPABILITY_SCHED_SCAN, ar->fw_capabilities))
|
|
|
- ar->wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
|
|
|
-
|
|
|
- ar->wiphy->probe_resp_offload =
|
|
|
- NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS |
|
|
|
- NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 |
|
|
|
- NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P |
|
|
|
- NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U;
|
|
|
-
|
|
|
set_bit(FIRST_BOOT, &ar->flag);
|
|
|
|
|
|
ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM;
|