1. 08 5月, 2008 1 次提交
  2. 02 5月, 2008 1 次提交
  3. 02 4月, 2008 2 次提交
  4. 26 3月, 2008 2 次提交
  5. 25 3月, 2008 1 次提交
  6. 14 3月, 2008 10 次提交
  7. 12 3月, 2008 2 次提交
  8. 01 3月, 2008 18 次提交
  9. 28 2月, 2008 1 次提交
  10. 29 1月, 2008 2 次提交
    • I
      rt2x00: Data and desc pointer initialization · 40561b84
      Ivo van Doorn 提交于
      rt2500usb and rt73usb data and desc pointer initialization
      was incorrect because it was using uninitialized variables
      to determine the length.
      
      In addition rt2500usb used skb_pull and removed the ieee80211
      from each received frame instead of using skb_trim to remove
      the device descriptor from the frame.
      
      Finally this also fixes the descriptor override when 4 byte
      aligning occured. We still need a completely valid descriptor
      when using the TX/RX dumping capabilities in debugfs.
      Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      40561b84
    • J
      mac80211: add unified BSS configuration · 471b3efd
      Johannes Berg 提交于
      This patch (based on Ron Rindjunsky's) creates a framework for
      a unified way to pass BSS configuration to drivers that require
      the information, e.g. for implementing power save mode.
      
      This patch introduces new ieee80211_bss_conf structure that is
      passed to the driver via the new bss_info_changed() callback
      when the BSS configuration changes.
      
      This new BSS configuration infrastructure adds the following
      new features:
       * drivers are notified of their association AID
       * drivers are notified of association status
      
      and replaces the erp_ie_changed() callback. The patch also does
      the relevant driver updates for the latter change.
      Signed-off-by: NRon Rindjunsky <ron.rindjunsky@intel.com>
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      471b3efd