diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-20 08:55:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-20 08:55:27 +0000 |
commit | bc08f6adf8f54b242d030c0138c1dbe49c1b4643 (patch) | |
tree | 6f3e33bab8b9c1c3e9110fe769d1b04cd2e126fc /package/mac80211/patches/308-rt2x00-uncomment-get_tsf.patch | |
parent | e18a175ec21376b1d151a38753930b4ac55a1aca (diff) | |
download | upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.tar.gz upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.tar.bz2 upstream-bc08f6adf8f54b242d030c0138c1dbe49c1b4643.zip |
mac80211: update compat-wireless to 2009-02-19
SVN-Revision: 14572
Diffstat (limited to 'package/mac80211/patches/308-rt2x00-uncomment-get_tsf.patch')
-rw-r--r-- | package/mac80211/patches/308-rt2x00-uncomment-get_tsf.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/package/mac80211/patches/308-rt2x00-uncomment-get_tsf.patch b/package/mac80211/patches/308-rt2x00-uncomment-get_tsf.patch deleted file mode 100644 index de007cea2a..0000000000 --- a/package/mac80211/patches/308-rt2x00-uncomment-get_tsf.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 6ad5c6dd7471b066e5f83aeec3919296c1fd817a Mon Sep 17 00:00:00 2001 -From: Ivo van Doorn <IvDoorn@gmail.com> -Date: Sat, 7 Feb 2009 15:21:48 +0100 -Subject: [PATCH] rt2x00: uncomment get_tsf - -The atomic requirement for get_tsf() has been removed -by mac80211. This means the USB drivers can add support -for the callback function again. - -Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> ---- - drivers/net/wireless/rt2x00/rt73usb.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) - ---- a/drivers/net/wireless/rt2x00/rt73usb.c -+++ b/drivers/net/wireless/rt2x00/rt73usb.c -@@ -2241,13 +2241,6 @@ static int rt73usb_conf_tx(struct ieee80 - return 0; - } - --#if 0 --/* -- * Mac80211 demands get_tsf must be atomic. -- * This is not possible for rt73usb since all register access -- * functions require sleeping. Untill mac80211 no longer needs -- * get_tsf to be atomic, this function should be disabled. -- */ - static u64 rt73usb_get_tsf(struct ieee80211_hw *hw) - { - struct rt2x00_dev *rt2x00dev = hw->priv; -@@ -2261,9 +2254,6 @@ static u64 rt73usb_get_tsf(struct ieee80 - - return tsf; - } --#else --#define rt73usb_get_tsf NULL --#endif - - static const struct ieee80211_ops rt73usb_mac80211_ops = { - .tx = rt2x00mac_tx, |