From: Yogesh Ashok Powar Date: Fri, 30 Dec 2011 11:04:25 +0000 (+0530) Subject: mac80211: Call driver commands after drv_start in mac80211 restart code X-Git-Tag: v3.3-rc1~182^2~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f28197560116f08c4c27342974f9e64cab2cbb1;p=pandora-kernel.git mac80211: Call driver commands after drv_start in mac80211 restart code Ideally, hardware/firmware initialization is complete after the drv_start routine. In mac80211 restart code (ieee80211_reconfig), defer calling the driver commands i.e. setup fragmentation threshold, rts threshold and coverage class till drv_start routine is called. Signed-off-by: Nishant Sarmukadam Signed-off-by: Yogesh Ashok Powar v2: Removed extra blank line added. Signed-off-by: John W. Linville --- Reading git-diff-tree failed