adm8211: remove uneeded code during suspend/resume
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 22 Jul 2009 01:03:42 +0000 (21:03 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 24 Jul 2009 19:05:30 +0000 (15:05 -0400)
commitccc78ec5d463e6c99f4a384be52b31222ffe2e21
treeae324854934a678c173fb14cbf82173062963471
parent95a2b2ef82dc0bd10475c02e9d1fc7c93e708d03
adm8211: remove uneeded code during suspend/resume

mac80211 drivers do not need to stop the software queues
or call their own stop() callback upon suspend as we do it
for drivers. Equally drivers don't have to call their own
start() or start the queues as mac80211 will do it for us.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/adm8211.c