1. 30 11月, 2009 1 次提交
  2. 24 11月, 2009 3 次提交
  3. 20 11月, 2009 7 次提交
  4. 19 11月, 2009 15 次提交
  5. 17 11月, 2009 1 次提交
  6. 14 11月, 2009 11 次提交
  7. 12 11月, 2009 2 次提交
    • L
      mac80211: fix max HT rate processing on mac80211 · e5d6eb83
      Luis R. Rodriguez 提交于
      The max MCS index is 76, fix the higher check to allow through
      frames received at MCS 76. This is a non-issue for current drivers
      as MCS 76 is only possible with a device supporting 4 spatial
      streams.
      
      While at it change the WARN_ON() on invalid HT rates to a WARN()
      to provide more useful information. This will help debug issues
      when the driver is passing up a bogus HT rate value.
      
      The rate must map to a valid MCS index which can be any of the
      values in the set [0 - 76] (inclusive).
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      e5d6eb83
    • F
      mac80211: implement support for 4-address frames for AP and client mode · f14543ee
      Felix Fietkau 提交于
      In some situations it might be useful to run a network with an
      Access Point and multiple clients, but with each client bridged
      to a network behind it. For this to work, both the client and the
      AP need to transmit 4-address frames, containing both source and
      destination MAC addresses.
      With this patch, you can configure a client to communicate using
      only 4-address frames for data traffic.
      On the AP side you can enable 4-address frames for individual
      clients by isolating them in separate AP VLANs which are configured
      in 4-address mode.
      Such an AP VLAN will be limited to one client only, and this client
      will be used as the destination for all traffic on its interface,
      regardless of the destination MAC address in the packet headers.
      The advantage of this mode compared to regular WDS mode is that it's
      easier to configure and does not require a static list of peer MAC
      addresses on any side.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f14543ee