~fcwu-tw/+junk/oem-wireless-bluetooth-dw1550-dkms

« back to all changes in this revision

Viewing changes to oem-wireless-bluetooth-dw1550/backport-include/linux/nl80211.h

  • Committer: Doro Wu
  • Date: 2013-08-14 01:41:53 UTC
  • Revision ID: doro.wu@canonical.com-20130814014153-5v7ergizf2ilf7ly
[Doro Wu]
* Merge bcmwl 6.30.223.30+bdcom-0ubuntu1

[Jesse Sung]
* Add patchram support and IDs for broadcom devices (LP: #1180300)
* cherry picked d9c78e9738ccd0017b10b8f44462aafb61904a4a from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __BACKPORT_LINUX_NL80211_H
 
2
#define __BACKPORT_LINUX_NL80211_H
 
3
#include_next <linux/nl80211.h>
 
4
#include <linux/version.h>
 
5
 
 
6
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,3,0)
 
7
#define NL80211_FEATURE_SK_TX_STATUS 0
 
8
#endif
 
9
 
 
10
#endif /* __BACKPORT_LINUX_NL80211_H */