Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315541
b: refs/heads/master
c: 30f4229
h: refs/heads/master
i:
  315539: f472321
v: v3
  • Loading branch information
Johannes Berg committed Jul 12, 2012
1 parent 5a16c5d commit a948ec1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: d48b296850f25cb559cb9b907d6d8c09eca3e89d
refs/heads/master: 30f422925c39edf61cbcf6d35140d726402d4b04
14 changes: 7 additions & 7 deletions trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -709,13 +709,13 @@ enum mac80211_rx_flags {
*/
struct ieee80211_rx_status {
u64 mactime;
enum ieee80211_band band;
int freq;
int signal;
int antenna;
int rate_idx;
int flag;
unsigned int rx_flags;
u16 flag;
u16 freq;
u8 rate_idx;
u8 rx_flags;
u8 band;
u8 antenna;
s8 signal;
};

/**
Expand Down

0 comments on commit a948ec1

Please sign in to comment.