Wu Yunchuan
d6e71dd1e4
wifi: ath9k: Remove unnecessary (void*) conversions
...
No need cast (void *) to (struct owl_ctx *), (struct ath_hw *),
(struct cmd_buf *) or other types.
Signed-off-by: Wu Yunchuan <yunchuan@nfschina.com >
Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com >
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk >
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com >
Link: https://lore.kernel.org/r/20230919045226.524544-1-yunchuan@nfschina.com
2023-11-29 13:28:05 +02:00
Peter Große
1fb148f51e
ath9k: spelling s/premble/preamble/
...
Signed-off-by: Peter Große <pegro@friiks.de >
Signed-off-by: Kalle Valo <kvalo@codeaurora.org >
2018-03-26 18:22:44 +03:00
Johannes Berg
57fbcce37b
cfg80211: remove enum ieee80211_band
...
This enum is already perfectly aliased to enum nl80211_band, and
the only reason for it is that we get IEEE80211_NUM_BANDS out of
it. There's no really good reason to not declare the number of
bands in nl80211 though, so do that and remove the cfg80211 one.
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
2016-04-12 15:56:15 +02:00
Oleksij Rempel
b57ba3b2f7
ath9k: move ath9k_reload_chainmask_settings to common
...
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2014-02-28 14:33:16 -05:00
Oleksij Rempel
91884fad85
ath9k-common: set maxstream=1 for ar9271
...
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2014-02-28 14:33:15 -05:00
Oleksij Rempel
b60d105242
ath9k: move setup_ht_cap to common-init
...
and rename it to ath9k_cmn_setup_ht_cap
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2014-02-28 14:33:13 -05:00
Oleksij Rempel
13f71050c1
ath9k: move ath9k_init_channels_rates to common-init
...
and rename it to ath9k_cmn_init_channels_rates.
sbands are move to ath_common as well.
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2014-02-28 14:33:12 -05:00