Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66982
b: refs/heads/master
c: 3789447
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and David S. Miller committed Oct 10, 2007
1 parent 28d59e3 commit 87e78e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 5c58ee51ff8c0aca74c225e0263bc5dd2b917781
refs/heads/master: 37894473fb0d07e1e015781f7ae1b9b1762d49be
7 changes: 2 additions & 5 deletions trunk/drivers/net/wireless/rt2x00/rt73usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,8 @@ static u64 rt73usb_get_tsf(struct ieee80211_hw *hw)

return tsf;
}
#else
#define rt73usb_get_tsf NULL
#endif

static void rt73usb_reset_tsf(struct ieee80211_hw *hw)
Expand Down Expand Up @@ -1970,12 +1972,7 @@ static const struct ieee80211_ops rt73usb_mac80211_ops = {
.erp_ie_changed = rt2x00mac_erp_ie_changed,
.conf_tx = rt2x00mac_conf_tx,
.get_tx_stats = rt2x00mac_get_tx_stats,
#if 0
/*
* See comment at the rt73usb_get_tsf function.
*/
.get_tsf = rt73usb_get_tsf,
#endif
.reset_tsf = rt73usb_reset_tsf,
.beacon_update = rt73usb_beacon_update,
};
Expand Down

0 comments on commit 87e78e1

Please sign in to comment.