| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ahb.c | 77 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_ahb_probe()
|
| H A D | pci.c | 943 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_pci_probe()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00pci.c | 95 hw = ieee80211_alloc_hw(sizeof(struct rt2x00_dev), ops->hw); in rt2x00pci_probe()
|
| /linux/Documentation/driver-api/80211/ |
| H A D | mac80211.rst | 39 ieee80211_alloc_hw
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | main.c | 264 hw = ieee80211_alloc_hw(sizeof(struct cw1200_common), &cw1200_ops); in cw1200_init_common()
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | init.c | 437 hw = ieee80211_alloc_hw(sizeof(*dev), &mt7601u_ops); in mt7601u_alloc_device()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | mld.c | 405 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mld_start()
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | mac.c | 707 hw = ieee80211_alloc_hw(sizeof(struct plfxlc_mac), &plfxlc_ops); in plfxlc_mac_alloc_hw()
|
| /linux/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | main.c | 563 hw = ieee80211_alloc_hw(sizeof(struct lbtf_private), &lbtf_ops); in lbtf_add_card()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mac80211.c | 526 hw = ieee80211_alloc_hw(size + phy_size, ops); in mt76_alloc_phy() 678 hw = ieee80211_alloc_hw(size, ops); in mt76_alloc_device()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.c | 1371 hw = ieee80211_alloc_hw(sizeof(struct zd_mac), &zd_ops); in zd_mac_alloc_hw()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 1588 hw = ieee80211_alloc_hw(sizeof(*wl), &wl1251_ops); in wl1251_alloc_hw()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | mac80211_if.c | 1238 hw = ieee80211_alloc_hw(sizeof(struct brcms_info), &brcms_ops); in brcms_bcma_probe()
|
| /linux/drivers/net/wireless/admtek/ |
| H A D | adm8211.c | 1833 dev = ieee80211_alloc_hw(sizeof(*priv), &adm8211_ops); in adm8211_probe()
|
| /linux/drivers/net/wireless/ath/ar5523/ |
| H A D | ar5523.c | 1621 hw = ieee80211_alloc_hw(sizeof(*ar), &ar5523_ops); in ar5523_probe()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_mac80211.c | 2032 hw = ieee80211_alloc_hw(sizeof(struct rsi_hw), &mac80211_ops); in rsi_mac80211_attach()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | dev.c | 1456 dev = ieee80211_alloc_hw(sizeof(*priv), &rtl8187_ops); in rtl8187_probe()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | main.c | 1764 hw = ieee80211_alloc_hw(priv_size, &carl9170_ops); in carl9170_alloc()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ops.c | 1225 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | pci.c | 1806 hw = ieee80211_alloc_hw(drv_data_size, &rtw_ops); in rtw_pci_probe()
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| H A D | dev.c | 1775 dev = ieee80211_alloc_hw(sizeof(*priv), &rtl8180_ops); in rtl8180_probe()
|
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | mac.c | 2421 hw = ieee80211_alloc_hw(sizeof(*mors) + priv_size, &mm81x_ops); in mm81x_mac_alloc()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | pci.c | 2129 hw = ieee80211_alloc_hw(sizeof(struct rtl_pci_priv) + in rtl_pci_probe()
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.c | 2201 hw = ieee80211_alloc_hw(sizeof(struct at76_priv), &at76_ops); in at76_alloc_new_device()
|
| /linux/include/net/ |
| H A D | mac80211.h | 5179 struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len, in ieee80211_alloc_hw() function
|