Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266573
b: refs/heads/master
c: a846401
h: refs/heads/master
i:
  266571: fb7e563
v: v3
  • Loading branch information
Kalle Valo committed Sep 1, 2011
1 parent 27d14d6 commit 41647a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 003353b0d27489228eff79447d0731687cea0207
refs/heads/master: a846401f9f99f2b823a5d685b2977cc2f41134be
16 changes: 16 additions & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/testmode.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,21 @@

#include "core.h"

#ifdef CONFIG_NL80211_TESTMODE

void ath6kl_tm_rx_report_event(struct ath6kl *ar, void *buf, size_t buf_len);
int ath6kl_tm_cmd(struct wiphy *wiphy, void *data, int len);

#else

static inline void ath6kl_tm_rx_report_event(struct ath6kl *ar, void *buf,
size_t buf_len)
{
}

static inline int ath6kl_tm_cmd(struct wiphy *wiphy, void *data, int len)
{
return 0;
}

#endif

0 comments on commit 41647a9

Please sign in to comment.