OSDN Git Service

mac80211: use oper_channel in ibss
authorJohannes Berg <johannes.berg@intel.com>
Mon, 23 Jul 2012 12:29:21 +0000 (14:29 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 31 Jul 2012 14:18:52 +0000 (16:18 +0200)
commit273686d664daae1aa728b76e45720273b26dd876
tree83406aa63d3c72c3e13e2c1049c968073e1320c5
parent6962d602056c88ce470f991a265a33132fb95232
mac80211: use oper_channel in ibss

Using hw.conf.channel is wrong as it could be the
temporary channel if any function like the beacon
get function is called while scanning or during
other temporary out-of-channel activities.

Use oper_channel instead.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ibss.c