1. 01 11月, 2008 3 次提交
  2. 31 10月, 2008 1 次提交
  3. 30 10月, 2008 1 次提交
  4. 28 10月, 2008 1 次提交
  5. 15 10月, 2008 1 次提交
  6. 07 10月, 2008 2 次提交
  7. 01 10月, 2008 1 次提交
  8. 25 9月, 2008 1 次提交
  9. 16 9月, 2008 2 次提交
    • J
      mac80211: fix virtual interfaces vs. injection · 25d834e1
      Johannes Berg 提交于
      Currently, virtual interface pointers passed to drivers might be
      from monitor interfaces and as such completely uninitialised
      because we do not tell the driver about monitor interfaces when
      those are created. Instead of passing them, we should therefore
      indicate to the driver that there is no information; do that by
      passing a NULL value and adjust drivers to cope with it.
      
      As a result, some mac80211 API functions also need to cope with
      a NULL vif pointer so drivers can still call them unconditionally.
      
      Also, when injecting frames we really don't want to pass NULL all
      the time, if we know we are the source address of a frame and have
      a local interface for that address, we can to use that interface.
      This also helps with processing the frame correctly for that
      interface which will help the 802.11w implementation. It's not
      entirely correct for VLANs or WDS interfaces because there the MAC
      address isn't unique, but it's already a lot better than what we
      do now.
      
      Finally, when injecting without a matching local interface, don't
      assign sequence numbers at all.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      25d834e1
    • J
      mac80211: use nl80211 interface types · 05c914fe
      Johannes Berg 提交于
      There's really no reason for mac80211 to be using its
      own interface type defines. Use the nl80211 types and
      simplify the configuration code a bit: there's no need
      to translate them any more now.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      05c914fe
  10. 12 9月, 2008 3 次提交
  11. 06 9月, 2008 1 次提交
  12. 03 9月, 2008 1 次提交
  13. 30 8月, 2008 7 次提交
  14. 23 8月, 2008 9 次提交
  15. 18 8月, 2008 1 次提交
  16. 07 8月, 2008 1 次提交
  17. 05 8月, 2008 1 次提交
    • I
      rt2x00: Disable link tuning in rt2500usb · d06193f3
      Ivo van Doorn 提交于
      In the legacy rt2570 driver the link tuner was never
      really called. And now the reason has finally become
      apparent: It breaks TX capabilities
      
      As soon as the device has been associated all following
      TX frames will be queued in the hardware and never transmitted
      to the air. Disabling sections of the link tuner did not
      have the expected result, but completely disabling the
      link tuner did have the right result (Both of my rt2570 devices
      came back to life).
      
      This should fix Fedora bug: 411481
      
      v2: Fix typos
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      d06193f3
  18. 02 8月, 2008 3 次提交