1. 05 4月, 2017 11 次提交
  2. 22 3月, 2017 2 次提交
  3. 21 3月, 2017 26 次提交
  4. 20 3月, 2017 1 次提交
    • R
      ath6kl: Remove old 802.11a-only channels · b51040fc
      Rostyslav Khudolii 提交于
      Channels 34/38/42/46 can only be used for compatibility with old devices sold
      in Japan. Modern products, such as AR6003/AR6004 don't support these channels.
      Keeping them in the upstream is error prone and requires full network stack
      support. A custom patch should be used in case such compatibility is required.
      
      Without this one, a user is able to start an AP using wpa_supplicant,
      for example, on one of these channels (34/38/42/46), without getting
      any warning/error from the cfg80211 or ath6kl - which is correct
      (since these channels match regdom rules). However, the AR6003 and its
      firmware (we're using v3.4.0.225) will fail and return
      "WMI_CMDERROR_EVENTID" with "INVALID_PARAM" error code.
      Signed-off-by: NRostyslav Khudolii <rkhudolii@airtame.com>
      Cc: Attila Sukosd <attila@airtame.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      b51040fc