staging: Remove a warning for drivers/staging/wlan-ng/cfg80211.c
Hi us, When i was compiling kernel, a warning happened to me. The warning said like following. drivers/staging/wlan-ng/cfg80211.c:709: warning: initialization from incompatible pointer type. See http://s1202.photobucket.com/albums/bb364/harrywei/?action=view¤t=patched2.png for more details. So i patch like following. Signed-off-by: Harry Wei <harryxiyou@gmail.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b27b8ea853
commit
9005fcd89c
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ exit:
|
||||||
}
|
}
|
||||||
|
|
||||||
int prism2_set_default_key(struct wiphy *wiphy, struct net_device *dev,
|
int prism2_set_default_key(struct wiphy *wiphy, struct net_device *dev,
|
||||||
u8 key_index)
|
u8 key_index, bool unicast, bool multicast)
|
||||||
{
|
{
|
||||||
wlandevice_t *wlandev = dev->ml_priv;
|
wlandevice_t *wlandev = dev->ml_priv;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue