]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/p54/main.c
mac80211: make tx() operation return void
[~andy/linux] / drivers / net / wireless / p54 / main.c
index d7a92af24dd570d1da89eb78455b902d81240fab..356e6bb443a63fe7ac4f4611b34025d13d6f2c4d 100644 (file)
@@ -157,7 +157,7 @@ static int p54_beacon_update(struct p54_common *priv,
         * to cancel the old beacon template by hand, instead the firmware
         * will release the previous one through the feedback mechanism.
         */
-       WARN_ON(p54_tx_80211(priv->hw, beacon));
+       p54_tx_80211(priv->hw, beacon);
        priv->tsf_high32 = 0;
        priv->tsf_low32 = 0;