rtlwifi: remove duplicate declarations and macros in headers
authorCatalin Iacob <iacobcatalin@gmail.com>
Sun, 22 Sep 2013 09:06:26 +0000 (11:06 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:15:14 +0000 (15:15 -0400)
This patch brings no functional change.

There are still duplicate macros across the rtlwifi directory, for example
IQK_DELAY_TIME is defined multiple times, sometimes with different values,
this patch only removes duplicates within the same header file.

Signed-off-by: Catalin Iacob <iacobcatalin@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found