1. 15 12月, 2010 2 次提交
    • E
      wl12xx: add auto-arp support · c5312772
      Eliad Peller 提交于
      The auto-arp feature of wl12xx allows the firmware to automatically
      response to arp requests asking for its ip.
      
      in order to use it, we configure the arp response template and
      enable the corresponding bit in wl1271_acx_arp_filter (along with
      passing its ip)
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <luciano.coelho@nokia.com>
      c5312772
    • L
      wl12xx: disable 11a channels when wl->enable_11a is known · fb6a6819
      Luciano Coelho 提交于
      Disabling the 11a channels when not supported in the reg_notify function was
      not working as it should, because when the driver is initiailizing (and
      registering itself with mac80211), it would get the reg notification too
      early.  At that point the driver wouldn't have received the NVS yet, so it
      wouldn't know whether 11a was supported.
      
      To fix this, we disable 11a channels when we read the NVS instead.  Also, it
      is easier (and still safe) to set n_channels to zero instead of setting the
      disabled flag on every 11a channel.
      Signed-off-by: NLuciano Coelho <luciano.coelho@nokia.com>
      fb6a6819
  2. 02 12月, 2010 2 次提交
  3. 26 11月, 2010 2 次提交
  4. 23 11月, 2010 1 次提交
  5. 22 11月, 2010 5 次提交
  6. 16 11月, 2010 9 次提交
  7. 05 10月, 2010 4 次提交
  8. 28 9月, 2010 15 次提交