mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-20 02:53:03 -05:00
Remove unused tsinfo()
This commit is contained in:
parent
a83d9c9652
commit
1c6965f7db
@ -27,13 +27,6 @@
|
||||
* defined(__DragonFly__) */
|
||||
|
||||
|
||||
extern inline u16 tsinfo(int tag1d, int contention_based, int direction)
|
||||
{
|
||||
return (tag1d << 11) | (contention_based << 7) | (direction << 5) |
|
||||
(tag1d << 1);
|
||||
}
|
||||
|
||||
|
||||
struct wme_information_element {
|
||||
/* required fields for WME version 1 */
|
||||
u8 oui[3];
|
||||
|
Loading…
x
Reference in New Issue
Block a user