nl80211: disable_11b_rates on interface mode change
authorEliad Peller <eliad@wizery.com>
Sat, 29 Oct 2011 19:00:07 +0000 (22:00 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Oct 2011 19:00:07 +0000 (22:00 +0300)
commit083590503bdf6b223f217c7eef4ed4da2e7b1347
tree8ddbe55ef4ac0a1ef8f07a34cd6ccd47c1a6068a
parentb106173a82e061249e2b87e405f15e270dbe25f4
nl80211: disable_11b_rates on interface mode change

disable_11b_rates() is called on interface addition,
but not on interface type change, resulting in 11b rates
enabled on p2p interfaces.

Signed-off-by: Eliad Peller <eliad@wizery.com>
src/drivers/driver_nl80211.c