mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
madwifi: add a patch for detecting vendor / device name information (only implemented for WiSoC at the moment)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13027 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/THANKS
|
||||
+++ b/THANKS
|
||||
@@ -129,6 +129,7 @@
|
||||
@@ -129,6 +129,7 @@ Derek J Smithies
|
||||
jhansen
|
||||
Benoit Papillault
|
||||
Russell Harmon
|
||||
@@ -10,7 +10,7 @@
|
||||
Please let us know if you think your name should be mentioned here!
|
||||
--- a/ath/if_ath.c
|
||||
+++ b/ath/if_ath.c
|
||||
@@ -3059,7 +3059,7 @@
|
||||
@@ -3093,7 +3093,7 @@ ath_tx_startraw(struct net_device *dev,
|
||||
struct ath_softc *sc = dev->priv;
|
||||
struct ath_hal *ah = sc->sc_ah;
|
||||
struct ieee80211_phy_params *ph = (struct ieee80211_phy_params *)
|
||||
@@ -21,7 +21,7 @@
|
||||
HAL_PKT_TYPE atype;
|
||||
--- a/net80211/ieee80211_monitor.c
|
||||
+++ b/net80211/ieee80211_monitor.c
|
||||
@@ -128,8 +128,8 @@
|
||||
@@ -128,8 +128,8 @@ struct ar5212_openbsd_desc {
|
||||
void
|
||||
ieee80211_monitor_encap(struct ieee80211vap *vap, struct sk_buff *skb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user