1. 27 9月, 2013 1 次提交
    • B
      ath10k: introduce dynamic WMI structures · ce42870e
      Bartosz Markowski 提交于
      This is the initial framework to implement dynamic
      WMI API in order to support new firmware (from so
      called 10.X branch)
      
      The realization is to have a static WMI cmd map for
      each of the firmwares, registered upom wmi init.
      
      This patch creates such map for MAIN FW, updates
      wmi_cmd_send() calls to take as a parameter
      the map value instead of direct WMI enum.
      
      As soon as complete 10.X API will be on place,
      we will introduce the FW IE mechanics to dynamicaly
      identify which FW is being used and based on that
      we will use correct map, API, structures, etc.
      Signed-off-by: NBartosz Markowski <bartosz.markowski@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      ce42870e
  2. 17 9月, 2013 2 次提交
  3. 12 9月, 2013 1 次提交
  4. 06 9月, 2013 1 次提交
  5. 15 8月, 2013 1 次提交
  6. 02 8月, 2013 1 次提交
  7. 30 7月, 2013 1 次提交
  8. 13 6月, 2013 1 次提交
    • K
      ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices · 5e3dd157
      Kalle Valo 提交于
      Here's a new mac80211 driver for Qualcomm Atheros 802.11ac QCA98xx devices.
      A major difference from ath9k is that there's now a firmware and
      that's why we had to implement a new driver.
      
      The wiki page for the driver is:
      
      http://wireless.kernel.org/en/users/Drivers/ath10k
      
      The driver has had many authors, they are listed here alphabetically:
      
      Bartosz Markowski <bartosz.markowski@tieto.com>
      Janusz Dziedzic <janusz.dziedzic@tieto.com>
      Kalle Valo <kvalo@qca.qualcomm.com>
      Marek Kwaczynski <marek.kwaczynski@tieto.com>
      Marek Puzyniak <marek.puzyniak@tieto.com>
      Michal Kazior <michal.kazior@tieto.com>
      Sujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5e3dd157