1. 11 10月, 2013 2 次提交
    • L
      cfg80211: enable regulatory hints for strict custom settings · cea85247
      Luis R. Rodriguez 提交于
      If we have a wiphy with an ISO3166-alpha2 regulatory domain
      programmed with the strict flag set we wait until the wiphy
      gets its wiphy->regd programmed before allowing regulatory
      domains hints other than country IE hints from processing
      on the wiphy. The existing check however discards the
      possibility of custom regulatory domains having also used
      the strict flag and these will not have the wiphy->regd
      set. Custom strict regulatory domains never set the wiphy->regd
      though as such currently all regulatory hints other than
      country IE hints are being ignored on these wiphys.
      
      All custom strict regulatory domains set the wiphy with the
      WIPHY_FLAG_CUSTOM_REGULATORY and use wiphy_apply_custom_regulatory().
      Enhance the check for the strict ISO3166-alpha2 regulatory domain
      case by exempting the WIPHY_FLAG_CUSTOM_REGULATORY case. This
      will enable other regulatory hints to be processed now for
      these strict custom regulatory domains.
      
      Cc: smihir@qti.qualcomm.com
      Cc: tushnimb@qca.qualcomm.com
      Signed-off-by: NLuis R. Rodriguez <mcgrof@do-not-panic.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      cea85247
    • S
      cfg80211: pass station supported channel and oper class info · c01fc9ad
      Sunil Dutt 提交于
      The information of the peer's supported channels and supported operating
      classes are required for the driver to perform TDLS off channel
      operations. This commit enhances the function nl80211_(new)set_station
      to pass this information of the peer to the driver.
      Signed-off-by: NSunil Dutt <c_duttus@qti.qualcomm.com>
      [return errors for malformed tuples]
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      c01fc9ad
  2. 09 10月, 2013 1 次提交
  3. 03 10月, 2013 1 次提交
  4. 02 10月, 2013 1 次提交
  5. 01 10月, 2013 9 次提交
  6. 26 9月, 2013 12 次提交
  7. 13 9月, 2013 2 次提交
  8. 12 9月, 2013 12 次提交