10 Feb, 2011

12 commits


09 Feb, 2011

4 commits

  • Instead of looking for supported_rates change on every tx packet,
    just extract the supported_rates after association completes (station only).

    Remove wl1271.sta_rate_set and WL1271_FLAG_STA_RATES_CHANGED which are
    not used anymore.

    Signed-off-by: Eliad Peller
    Reviewed-by: Juuso Oikarinen
    Signed-off-by: Luciano Coelho

    Eliad Peller
     
  • make the configuration management more flexible by using the
    conf struct, rather than predefined macros.

    Signed-off-by: Eliad Peller
    Reviewed-by: Luciano Coelho
    Signed-off-by: Luciano Coelho

    Eliad Peller
     
  • This patch adds support for the new wl12xx firmware (Rev 6.1.3.50.49)

    Since this fw is not backward compatible with previous fw versions,
    a new fw (with different name) is being fetched.

    (the patch is big because it contains all the required fw api changes.
    splitting it into multiple patches will result in corrupted intermediate
    commits)

    Signed-off-by: Eliad Peller
    Reviewed-by: Luciano Coelho
    Signed-off-by: Luciano Coelho

    Eliad Peller
     
  • mcp2.5 uses this acx to configure the fw only once, rather than
    passing the params in every enter psm command.

    Signed-off-by: Eliad Peller
    Reviewed-by: Luciano Coelho
    Signed-off-by: Luciano Coelho

    Eliad Peller
     

08 Feb, 2011

24 commits