Robert Greenwalt 7c34f29c8a Fix wifi tethering.
The new link-status netlink monitor is a bit chatty and we were getting race conditions.
The wl0.1 soft-ap interface was getting created, but in the off state.  We would report
it available (link-added always reports it) causing wifi to start tethering, but then
we'd sometimes get a link-status-down notification and a link-status-up, causing wifi
to freak out with these two requests.

The simple fix was to not listen to the new link-status notifications.  This should be
redesigned in the future.
bug:4983942

Change-Id: Ica4f34d8bf2a07fc19b35a1e15283a7f8022165e
2011-07-11 15:24:43 -07:00
..
2011-07-08 19:54:07 -07:00
2011-07-11 15:24:43 -07:00
2011-07-10 14:25:18 -07:00
2011-07-11 13:33:22 -07:00
2011-07-11 13:40:08 -04:00
2011-07-07 08:46:09 -07:00