summaryrefslogtreecommitdiff
path: root/proto_80211_mac_hdr.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-11dissector: proto_80211_mac_hdr: Fix compiler warningsTobias Klauser1-550/+130
2013-07-13proto_80211_mac_hdr: fix sparse warningDaniel Borkmann1-2/+2
2013-05-30misc: Fixed spelling mistakesKartik Mistry1-3/+3
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+3627
umentation?id=93aa9ae3e5523e49e4e5abacd4dbee0e4ab2d931'>Documentation parentd0566c2a2f2baacefe1eb75be8a001fdd6fe84a3 (diff)
drm/vc4: Add a bitmap of branch targets during shader validation.
This isn't used yet, it's just a first step toward loop validation. During the main parsing of instructions, we need to know when we hit a new basic block so that we can reset validated state. v2: Fix a stray semicolon after an if block. (caught by kbuild test). Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'Documentation')