From 24778c657ff8b0bae9c221b5818516bb847741fe Mon Sep 17 00:00:00 2001 From: Moritz Rosenthal Date: Thu, 22 Sep 2016 17:29:39 +0200 Subject: [PATCH] Found two more newlines. These are essential as Tobias pointed out --- .../mac80211_patches/922-mac80211_packet_tunnel-linux-4.4.patch | 2 +- .../mac80211_patches/922-mac80211_packet_tunnel-linux-4.8.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.4.patch b/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.4.patch index 3266508..6780623 100644 --- a/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.4.patch +++ b/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.4.patch @@ -603,7 +603,7 @@ index bdc224d..5f1f424 100644 + if (sta && test_sta_flag(sta, WLAN_STA_AUTHORIZED)) { + skb->pkt_type = PACKET_OTHERHOST; + } else { -+ printk(KERN_WARNING "dropping packet (STA not authorized)"); ++ printk(KERN_WARNING "dropping packet (STA not authorized)\n"); + goto error_rcu; + } + } else { diff --git a/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.8.patch b/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.8.patch index c15d169..dc71a11 100644 --- a/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.8.patch +++ b/openwrt/mac80211_patches/922-mac80211_packet_tunnel-linux-4.8.patch @@ -609,7 +609,7 @@ Allows for kernel side interception and injection of IEEE 802.11 frames. + if (sta && test_sta_flag(sta, WLAN_STA_AUTHORIZED)) { + skb->pkt_type = PACKET_OTHERHOST; + } else { -+ printk(KERN_WARNING "dropping packet (STA not authorized)"); ++ printk(KERN_WARNING "dropping packet (STA not authorized)\n"); + goto error_rcu; + } + } else {