Found two more newlines. These are essential as Tobias pointed out

This commit is contained in:
Moritz Rosenthal 2016-09-22 17:29:39 +02:00
parent 3a9be4831f
commit 24778c657f
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {