#19459: intel 7260 wireless AC not recognized
------------------------+------------------------
  Reporter:  jeromyj@…  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+------------------------

Comment (by zloop):

 it seems IWLMVM symbol is missing

 however compile test with
 {{{
 diff --git a/package/kernel/mac80211/Makefile
 b/package/kernel/mac80211/Makefile
 index 2a40bb1..691d0ef 100644
 --- a/package/kernel/mac80211/Makefile
 +++ b/package/kernel/mac80211/Makefile
 @@ -811,8 +811,9 @@ define KernelPackage/iwlagn
    TITLE:=Intel AGN Wireless support
    FILES:= \
         $(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/iwlwifi.ko \
 -       $(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko
 -  AUTOLOAD:=$(call AutoProbe,iwlwifi iwldvm)
 +       $(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko \
 +       $(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko
 +  AUTOLOAD:=$(call AutoProbe,iwlwifi iwldvm iwlmvm)
    MENU:=1
  endef

 @@ -1620,7 +1621,7 @@ config-y += RT2800USB_RT33XX RT2800USB_RT35XX
 RT2800USB_RT3573 RT2800USB_RT53XX
  config-$(call config_package,iwl-legacy) += IWLEGACY
  config-$(call config_package,iwl3945) += IWL3945
  config-$(call config_package,iwl4965) += IWL4965
 -config-$(call config_package,iwlagn) += IWLWIFI IWLDVM
 +config-$(call config_package,iwlagn) += IWLWIFI IWLDVM IWLMVM

  config-$(call config_package,net-libipw) += LIBIPW
  config-$(call config_package,net-ipw2100) += IPW2100
 }}}

 has error : drivers/net/wireless/iwlwifi/mvm/phy-ctxt.c:179:38: error:
 'struct iwl_mvm' has no member named 'dbgfs_rx_phyinfo'

--
Ticket URL: <https://dev.openwrt.org/ticket/19459#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to