1. 25 4月, 2017 2 次提交
  2. 20 4月, 2017 10 次提交
  3. 11 4月, 2017 2 次提交
  4. 08 2月, 2017 1 次提交
  5. 03 2月, 2017 4 次提交
  6. 26 1月, 2017 3 次提交
  7. 27 9月, 2016 1 次提交
  8. 23 9月, 2016 2 次提交
  9. 16 9月, 2016 2 次提交
  10. 30 8月, 2016 1 次提交
  11. 06 7月, 2016 5 次提交
  12. 11 5月, 2016 1 次提交
  13. 12 4月, 2016 2 次提交
    • J
      cfg80211: remove enum ieee80211_band · 57fbcce3
      Johannes Berg 提交于
      This enum is already perfectly aliased to enum nl80211_band, and
      the only reason for it is that we get IEEE80211_NUM_BANDS out of
      it. There's no really good reason to not declare the number of
      bands in nl80211 though, so do that and remove the cfg80211 one.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      57fbcce3
    • M
      iwlwifi: mvm: fix accessing Null pointer during fw dump collection · f742aaf3
      Matti Gottlieb 提交于
      The firwmare file can come with data that is relevant for paging. This
      data is availablet to the firmware upon request, but it stored in the
      host's memory. During the firmware init flow, the driver configures the
      firmware so that the firwmare knows where is the data.
      When paging is used, the variable paging_mem_size is the number of bytes
      that are available through paging. This variable is not zeror-ed if the
      driver fails to configure the paging in the firmware, but the memory is
      freed which is inconsistent.
      This inconsistency led to a NULL pointer dereference in the code that
      collects the debug data.
      
      Fix this by zero-ing the paging_mem_size variable and NULLify the
      relevant pointers, so that the code that collects the debug data will
      know that the paging data is not available.
      Signed-off-by: NMatti Gottlieb <matti.gottlieb@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      f742aaf3
  14. 30 3月, 2016 2 次提交
  15. 20 3月, 2016 2 次提交