1. 25 2月, 2014 1 次提交
  2. 21 2月, 2014 1 次提交
  3. 05 2月, 2014 5 次提交
  4. 14 1月, 2014 1 次提交
  5. 03 12月, 2013 1 次提交
  6. 26 11月, 2013 27 次提交
  7. 28 10月, 2013 1 次提交
  8. 19 10月, 2013 1 次提交
  9. 11 10月, 2013 2 次提交
    • L
      cfg80211: simplify strict custom alpha2 regdomain check · fa1fb9cb
      Luis R. Rodriguez 提交于
      This makes it easier to read.
      
      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>
      fa1fb9cb
    • 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