commit | 9607e6b66a0d25ca63b70d54a4283fa13d8f7c9d | [log] [tgz] |
---|---|---|
author | Johannes Berg <[email protected]> | Wed Dec 23 13:15:31 2009 +0100 |
committer | John W. Linville <[email protected]> | Mon Dec 28 16:54:49 2009 -0500 |
tree | 706cb2c2db2df69fa446eb3848b27107b67f2d25 | |
parent | d30506e0357e5448c7d38bb3739c451dbe4c174e [diff] |
mac80211: add ieee80211_sdata_running Instead of always using netif_running(sdata->dev) use ieee80211_sdata_running(sdata) now which is just an inline containing netif_running() for now. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: John W. Linville <[email protected]>