linux_dsm_epyc7002/drivers/net/wireless/ath/ath6kl
Raja Mani ca1d16a08f ath6kl: Avoid taking struct as argument in ath6kl_wmi_set_ip_cmd
In this way, caller is free to pass only the value of IP addr
to configure.

In addition to this,
  * 'ips' variable data type in struct wmi_set_ip_cmd is changed
     from __le32 to __be32 in order to match network byte order.
  *  ipv4_is_multicast() is used to validate multicast ip addr.
  *  New argument if_idx is added to supply correct vif index
     to ath6kl_wmi_cmd_send().

This will be used in the next patch.

Signed-off-by: Raja Mani <rmani@qca.qualcomm.com>
Signed-off-by: Thirumalai Pachamuthu <tpachamu@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2011-12-23 14:50:05 +02:00
..
bmi.c ath6kl: add USB support 2011-11-13 12:34:30 +02:00
bmi.h ath6kl: change bmi sizes being configurable by HIF 2011-11-13 12:34:29 +02:00
cfg80211.c ath6kl: Fix connect command to clear previously used IEs 2011-12-23 14:42:44 +02:00
cfg80211.h ath6kl: implement scheduled scan 2011-12-13 15:03:49 +02:00
common.h ath6kl: Add support for configuring SMS4 keys 2011-11-13 10:57:38 +02:00
core.h ath6kl: support for P2P mgmt operations on station interface 2011-12-14 20:43:05 +02:00
debug.c Merge remote branch 'wireless-next/master' into ath6kl-next 2011-12-16 21:10:39 +02:00
debug.h Merge remote branch 'wireless-next/master' into ath6kl-next 2011-12-16 21:10:39 +02:00
hif-ops.h ath6kl: move diag commands to hif driver 2011-11-13 12:34:29 +02:00
hif.c ath6kl: disable HTC for USB devices 2011-11-13 12:34:30 +02:00
hif.h ath6kl: AR6004 SDIO support 2011-11-13 12:34:30 +02:00
htc.c ath6kl: disable HTC for USB devices 2011-11-13 12:34:30 +02:00
htc.h ath6kl: use ath6kl_credit prefix consistently 2011-11-11 12:58:54 +02:00
init.c Merge remote branch 'wireless-next/master' into ath6kl-next 2011-12-16 21:10:39 +02:00
Kconfig ath6kl: enable USB support 2011-11-13 12:34:31 +02:00
main.c ath6kl: implement ath6kl_cfg80211_stop_all() 2011-12-13 15:03:46 +02:00
Makefile ath6kl: enable USB support 2011-11-13 12:34:31 +02:00
sdio.c Merge remote branch 'wireless-next/master' into ath6kl-next 2011-12-16 21:10:39 +02:00
target.h ath6kl: add board address to struct ath6kl_hw 2011-11-16 10:22:33 +02:00
testmode.c ath6kl: add testmode support 2011-09-01 10:14:21 +03:00
testmode.h ath6kl: fix compilation when NL80211_TESTMODE is disabled 2011-09-01 12:04:59 +03:00
txrx.c ath6kl: make maximum number of vifs runtime configurable 2011-11-16 10:22:34 +02:00
usb.c ath6kl: use hardware version names consistently 2011-11-16 10:22:33 +02:00
wmi.c ath6kl: Avoid taking struct as argument in ath6kl_wmi_set_ip_cmd 2011-12-23 14:50:05 +02:00
wmi.h ath6kl: Avoid taking struct as argument in ath6kl_wmi_set_ip_cmd 2011-12-23 14:50:05 +02:00