cfg80211: fix parsing when db.txt ends on a rule
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Mon, 28 Oct 2013 02:19:46 +0000 (03:19 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Nov 2013 19:50:58 +0000 (20:50 +0100)
commitae689390b09d1f5b274c83dbbd3836fedb692e31
treef5b3845c1e233585f440edcb3857868a6d60b276
parentaf9b223551634ce1881de258169f3a1ea686a865
cfg80211: fix parsing when db.txt ends on a rule

If genregdb.awk assumes the file will end with an
extra empty line or a comment line. This is could
not be true so just address this.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Acked-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/genregdb.awk