Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214645
b: refs/heads/master
c: 9426231
h: refs/heads/master
i:
  214643: 417dfeb
v: v3
  • Loading branch information
Nikitas Angelinas authored and John W. Linville committed Sep 14, 2010
1 parent 87d33c8 commit 5e51350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bbce80e1101526f7a616e75a0d77b57f4062c62d
refs/heads/master: 942623166df3256821e8451273bc07737745e3cb
3 changes: 2 additions & 1 deletion trunk/net/wireless/radiotap.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* See COPYING for more details.
*/

#include <linux/kernel.h>
#include <net/cfg80211.h>
#include <net/ieee80211_radiotap.h>
#include <asm/unaligned.h>
Expand Down Expand Up @@ -45,7 +46,7 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
};

static const struct ieee80211_radiotap_namespace radiotap_ns = {
.n_bits = sizeof(rtap_namespace_sizes) / sizeof(rtap_namespace_sizes[0]),
.n_bits = ARRAY_SIZE(rtap_namespace_sizes),
.align_size = rtap_namespace_sizes,
};

Expand Down

0 comments on commit 5e51350

Please sign in to comment.