mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
[PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211's hard_start_xmit change.
tree 713b6ff3311decfe42d5209f7b2508736d144b85 parent 6465beff0e89779330450dffc2a5e6dc5154eebf author James Ketrenos <jketreno@linux.intel.com> 1126716726 -0500 committer James Ketrenos <jketreno@linux.intel.com> 1127316162 -0500 Updated ipw2200 to be compatible with ieee80211's hard_start_xmit change. Signed-off-by: James Ketrenos <jketreno@linux.intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
0dacca1f0a
commit
c8d42d1ae4
@ -6449,7 +6449,7 @@ static inline void ipw_tx_skb(struct ipw_priv *priv, struct ieee80211_txb *txb)
|
||||
}
|
||||
|
||||
static int ipw_net_hard_start_xmit(struct ieee80211_txb *txb,
|
||||
struct net_device *dev)
|
||||
struct net_device *dev, int pri)
|
||||
{
|
||||
struct ipw_priv *priv = ieee80211_priv(dev);
|
||||
unsigned long flags;
|
||||
|
Loading…
Reference in New Issue
Block a user