~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/adm8211.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1658
1658
}
1659
1659
 
1660
1660
/* Put adm8211_tx_hdr on skb and transmit */
1661
 
static int adm8211_tx(struct ieee80211_hw *dev, struct sk_buff *skb)
 
1661
static void adm8211_tx(struct ieee80211_hw *dev, struct sk_buff *skb)
1662
1662
{
1663
1663
        struct adm8211_tx_hdr *txhdr;
1664
1664
        size_t payload_len, hdrlen;
1707
1707
        txhdr->retry_limit = info->control.rates[0].count;
1708
1708
 
1709
1709
        adm8211_tx_raw(dev, skb, plcp_signal, hdrlen);
1710
 
 
1711
 
        return NETDEV_TX_OK;
1712
1710
}
1713
1711
 
1714
1712
static int adm8211_alloc_rings(struct ieee80211_hw *dev)