mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-19 02:27:44 -04:00
staging: rtl8192u: ieee80211: Remove MSECS macro
Remove driver specific macro MSECS since all instances of this macro have been replaced by direct calls to msecs_to_jiffies(). Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e6be66fff7
commit
4ebeaf5133
@@ -329,7 +329,6 @@ typedef struct ieee_param {
|
||||
|
||||
|
||||
// linux under 2.6.9 release may not support it, so modify it for common use
|
||||
#define MSECS(t) msecs_to_jiffies(t)
|
||||
#define msleep_interruptible_rsl msleep_interruptible
|
||||
|
||||
#define IEEE80211_DATA_LEN 2304
|
||||
|
||||
Reference in New Issue
Block a user