1. 15 2月, 2013 3 次提交
  2. 13 2月, 2013 3 次提交
  3. 12 2月, 2013 6 次提交
  4. 05 2月, 2013 10 次提交
  5. 31 1月, 2013 2 次提交
  6. 29 1月, 2013 1 次提交
  7. 26 1月, 2013 1 次提交
  8. 24 1月, 2013 2 次提交
  9. 17 1月, 2013 6 次提交
  10. 11 1月, 2013 1 次提交
  11. 09 1月, 2013 2 次提交
  12. 03 1月, 2013 3 次提交
    • J
      cfg80211: disallow more station changes · ba23d206
      Johannes Berg 提交于
      The following changes are invalid and should be
      disallowed when a station already exists:
       * supported rates changes, except for TDLS peers
       * listen interval changes
       * HT capability changes
      
      Disallow them and also update a mac80211 comment
      explaining how they would be racy.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      ba23d206
    • J
      wireless: use __aligned · 1c06ef98
      Johannes Berg 提交于
      Use __aligned(...) instead of __attribute__((aligned(...)))
      in mac80211 and cfg80211.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      1c06ef98
    • J
      nl80211/mac80211: support full station state in AP mode · d582cffb
      Johannes Berg 提交于
      Today, stations are added already associated. That is
      inefficient if, for example, the driver has no room
      for stations any more because then the station will
      go through the entire auth/assoc handshake, only to
      be kicked out afterwards.
      
      To address this a bit better, at least with drivers
      using the new station state callback, allow hostapd
      to add stations in unauthenticated mode, just after
      receiving the AUTH frame, before even replying. Thus
      if there's no more space at that point, it can send
      a negative auth frame back. It still needs to handle
      later state transition errors though, of course.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      d582cffb