~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/net/wireless/rtlwifi/rtl8192cu/trx.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#define RTL92C_SIZE_MAX_RX_BUFFER               15360   /* 8192 */
38
38
#define RX_DRV_INFO_SIZE_UNIT                   8
39
39
 
 
40
#define RTL_AGG_ON                              1
 
41
 
40
42
enum usb_rx_agg_mode {
41
43
        USB_RX_AGG_DISABLE,
42
44
        USB_RX_AGG_DMA,
419
421
void rtl92cu_tx_fill_desc(struct ieee80211_hw *hw,
420
422
                          struct ieee80211_hdr *hdr, u8 *pdesc_tx,
421
423
                          struct ieee80211_tx_info *info, struct sk_buff *skb,
422
 
                          unsigned int queue_index);
 
424
                          u8 queue_index,
 
425
                          struct rtl_tcb_desc *tcb_desc);
423
426
void rtl92cu_fill_fake_txdesc(struct ieee80211_hw *hw, u8 * pDesc,
424
427
                              u32 buffer_len, bool bIsPsPoll);
425
428
void rtl92cu_tx_fill_cmddesc(struct ieee80211_hw *hw,