~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/net/wireless/ath/carl9170/carl9170.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
int carl9170_upload_key(struct ar9170 *ar, const u8 id, const u8 *mac,
560
560
        const u8 ktype, const u8 keyidx, const u8 *keydata, const int keylen);
561
561
int carl9170_disable_key(struct ar9170 *ar, const u8 id);
 
562
int carl9170_set_mac_tpc(struct ar9170 *ar, struct ieee80211_channel *channel);
562
563
 
563
564
/* RX */
564
565
void carl9170_rx(struct ar9170 *ar, void *buf, unsigned int len);
593
594
 
594
595
/* FW */
595
596
int carl9170_parse_firmware(struct ar9170 *ar);
596
 
int carl9170_fw_fix_eeprom(struct ar9170 *ar);
597
597
 
598
598
extern struct ieee80211_rate __carl9170_ratetable[];
599
599
extern int modparam_noht;