1. 14 4月, 2011 2 次提交
    • G
      ath9k: introduce ATH9K_{PCI,AHB} config options · 8e26a030
      Gabor Juhos 提交于
      Currently ath9k only available in menuconfig if PCI bus
      support is enabled. However the driver is required for
      the built-in wireless MACs of the Atheros AR9130/AR9132
      SoCs. These SoCs have no PCI controller, the wireless
      MAC is connected to the AHB bus on them.
      
      Introduce separated config options for the supported
      buses, in order to allow building of ath9h without PCI
      bus support.
      
      As a bonus, this patch removes the cross-reference of
      the ATHEROS_AR71XX option which is not present in the
      kernel.
      
      Cc: Luis R. Rodriguez <lrodriguez@atheros.com>
      Cc: Vasanthakumar Thiagarajan <vasanth@atheros.com>
      Signed-off-by: NGabor Juhos <juhosg@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8e26a030
    • N
      mwl8k: interrupt handling changes · 12488e01
      Nishant Sarmukadam 提交于
      We do not need to enable all the interrupts in mwl8k_probe_hw.
      We need to enable only MWL8K_A2H_INT_OPC_DONE interrupt for sending
      commands to the firmware. Keep the other interrupts masked in
      mwl8k_probe_hw. Also, in mwl8k_start, where we expect other interrupts,
      enable only those interrupts we are interested in.
      Signed-off-by: NNishant Sarmukadam <nishants@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      12488e01
  2. 13 4月, 2011 34 次提交
  3. 08 4月, 2011 4 次提交