aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/wmm.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-09-30 13:26:34 +0200
committerDavid S. Miller <davem@davemloft.net>2015-10-05 03:16:43 -0700
commite253fb74d66428597bd272b2614e8564b882b14c (patch)
tree8b2379417dca92c3ba93a0c9e06278a8ac7d5a24 /drivers/net/wireless/mwifiex/wmm.c
parentnet: igb: avoid using timespec (diff)
downloadlinux-dev-e253fb74d66428597bd272b2614e8564b882b14c.tar.xz
linux-dev-e253fb74d66428597bd272b2614e8564b882b14c.zip
mwifiex: use ktime_get_real for timestamping
The mwifiex_11n_aggregate_pkt() function creates a ktime_t from a timeval returned by do_gettimeofday, which is slow and causes an overflow in 2038 on 32-bit architectures. This solves both problems by using the appropriate ktime_get_real() function. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Amitkumar Karwar <akarwar@marvell.com> Cc: Nishant Sarmukadam <nishants@marvell.com> Cc: Kalle Valo <kvalo@codeaurora.org> Cc: linux-wireless@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/mwifiex/wmm.c')
0 files changed, 0 insertions, 0 deletions