Messages in this thread Patch in this message |  | | From | harsha <> | Subject | [PATCH] staging:rtl8712:rtl871x_xmit.c : Removed unnecessary blank line | Date | Fri, 25 Aug 2017 23:30:39 +0530 |
| |
Signed-off-by: harsha <harshasharmaiitr@gmail.com> --- drivers/staging/rtl8712/rtl871x_xmit.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl871x_xmit.c b/drivers/staging/rtl8712/rtl871x_xmit.c index 4e28209..6ecfe0f 100644 --- a/drivers/staging/rtl8712/rtl871x_xmit.c +++ b/drivers/staging/rtl8712/rtl871x_xmit.c @@ -33,7 +33,6 @@ #include "osdep_intf.h" #include "usb_ops.h" - static const u8 P802_1H_OUI[P80211_OUI_LEN] = {0x00, 0x00, 0xf8}; static const u8 RFC1042_OUI[P80211_OUI_LEN] = {0x00, 0x00, 0x00}; static void init_hwxmits(struct hw_xmit *phwxmit, sint entry); -- 1.9.1
|  |