From 44c11a9bf726b8d68f6d694fd12b350d6dd4770e Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 20 Jan 2011 23:35:26 +0000 Subject: mac80211: add a few tx related fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25054 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/531-ath9k_suppress_bogus_error_message.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/mac80211/patches/531-ath9k_suppress_bogus_error_message.patch (limited to 'package/mac80211/patches/531-ath9k_suppress_bogus_error_message.patch') diff --git a/package/mac80211/patches/531-ath9k_suppress_bogus_error_message.patch b/package/mac80211/patches/531-ath9k_suppress_bogus_error_message.patch new file mode 100644 index 000000000..620060290 --- /dev/null +++ b/package/mac80211/patches/531-ath9k_suppress_bogus_error_message.patch @@ -0,0 +1,14 @@ +--- a/drivers/net/wireless/ath/ath9k/beacon.c ++++ b/drivers/net/wireless/ath/ath9k/beacon.c +@@ -279,10 +279,8 @@ int ath_beacon_alloc(struct ath_wiphy *a + + /* NB: the beacon data buffer must be 32-bit aligned. */ + skb = ieee80211_beacon_get(sc->hw, vif); +- if (skb == NULL) { +- ath_err(common, "ieee80211_beacon_get failed\n"); ++ if (skb == NULL) + return -ENOMEM; +- } + + tstamp = ((struct ieee80211_mgmt *)skb->data)->u.beacon.timestamp; + sc->beacon.bc_tstamp = le64_to_cpu(tstamp); -- cgit v1.2.3