X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Fsrc%2Fwlan.c;h=4e73a2b1d99b111aba324a502ea7539efd5e346f;hb=e017a914b2679d669e201cc76f812b641aa7eea3;hp=0f4dfeba074dfb53c898cb0bfb59887a7caca1d9;hpb=33a5b694bb3a09b4b0c4ed57c18926f831bf2c42;p=carl9170fw.git diff --git a/carlfw/src/wlan.c b/carlfw/src/wlan.c index 0f4dfeb..4e73a2b 100644 --- a/carlfw/src/wlan.c +++ b/carlfw/src/wlan.c @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" @@ -56,7 +55,7 @@ static void wlan_dump_queue(unsigned int qidx) entries++; } - desc = get_wlan_txq_addr(qidx); + desc = (struct dma_desc *)get_wlan_txq_addr(qidx); DBG("Queue: %d: te:%d td:%d h:%p c:%p t:%p", qidx, entries, queue_len(&fw.wlan.tx_queue[qidx]),