commit | ceffefd15aac78841432230627308b8a382dbcfc | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Sun Feb 10 14:16:52 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 15 13:44:19 2008 -0500 |
tree | e38604708026f2c48475651dc8d59cb8afb61d04 | |
parent | db433febbadaf1fa9862fb5068b119be1d312d76 [diff] |
mac80211: Fix initial hardware configuration On the initial device-open we need to defer the hardware reconfiguration after we incremented the open_count, because the hw_config checks this flag and won't call the lowlevel driver in case it is zero. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>