1. 18 6月, 2011 2 次提交
  2. 11 6月, 2011 4 次提交
  3. 04 6月, 2011 1 次提交
  4. 02 6月, 2011 1 次提交
  5. 14 5月, 2011 2 次提交
    • J
      iwlagn: support multiple TBs per command · 4ce7cc2b
      Johannes Berg 提交于
      The current "huge" command handling is a bit
      confusing, and very limited since only one
      command may be huge at a time. Additionally,
      we often copy data around quite pointlessly
      since we could instead map the existing scan
      buffer for example and use it directly.
      
      This patch makes that possible. The first
      change is that multiple buffers may be given
      to each command (this change was prepared
      earlier so callsites don't need to change).
      Each of those can be mapped attached to a TB
      in the TFD, and the command header can use a
      TB (the first one) in the TFD as well.
      
      Doing this allows getting rid of huge commands
      in favour of mapping existing buffers. The
      beacon transmission is also optimised to not
      copy the SKB at all but use multiple TBs.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      4ce7cc2b
    • J
      iwlagn: prepare for multi-TB commands · 3fa50738
      Johannes Berg 提交于
      In a subsequent patch, I want to make commands use
      multiple TBs in a TFD. This is a simple change to
      prepare the data structures for this, with as of
      now still just a single TB supported.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      3fa50738
  6. 30 4月, 2011 3 次提交
  7. 23 4月, 2011 7 次提交
  8. 08 4月, 2011 5 次提交
  9. 25 3月, 2011 1 次提交
  10. 24 3月, 2011 1 次提交
  11. 12 3月, 2011 1 次提交
  12. 05 3月, 2011 1 次提交
  13. 04 3月, 2011 1 次提交
  14. 01 3月, 2011 1 次提交
  15. 27 2月, 2011 3 次提交
  16. 24 2月, 2011 1 次提交
  17. 12 2月, 2011 1 次提交
  18. 07 2月, 2011 1 次提交
  19. 01 2月, 2011 2 次提交
  20. 22 1月, 2011 1 次提交
    • B
      cfg80211: Extend channel to frequency mapping for 802.11j · 59eb21a6
      Bruno Randolf 提交于
      Extend channel to frequency mapping for 802.11j Japan 4.9GHz band, according to
      IEEE802.11 section 17.3.8.3.2 and Annex J. Because there are now overlapping
      channel numbers in the 2GHz and 5GHz band we can't map from channel to
      frequency without knowing the band. This is no problem as in most contexts we
      know the band. In places where we don't know the band (and WEXT compatibility)
      we assume the 2GHz band for channels below 14.
      
      This patch does not implement all channel to frequency mappings defined in
      802.11, it's just an extension for 802.11j 20MHz channels. 5MHz and 10MHz
      channels as well as 802.11y channels have been omitted.
      
      The following drivers have been updated to reflect the API changes:
      iwl-3945, iwl-agn, iwmc3200wifi, libertas, mwl8k, rt2x00, wl1251, wl12xx.
      The drivers have been compile-tested only.
      Signed-off-by: NBruno Randolf <br1@einfach.org>
      Signed-off-by: NBrian Prodoehl <bprodoehl@gmail.com>
      Acked-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      59eb21a6