commit | d063ed0f0cd623b45edc6f4781dda6478c56bb4f | [log] [tgz] |
---|---|---|
author | Vivek Natarajan <vivek.natraj@gmail.com> | Tue Dec 23 18:17:19 2008 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 15:58:48 2009 -0500 |
tree | 04c4eb5918d307b487f0590b4f1b57e8693bbc2a | |
parent | eb46936b9f2b639f4edeeaf9154d49476fc30fe5 [diff] |
mac80211: Reset the power save timer from master_start_xmit. When a null data frame is generated from mac80211, it goes through master_start_xmit and not through subif_start_xmit. Hence for the power save timer to be triggered while sending this null data frame also, the timer has to be reset from master_start_xmit. Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>