Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: r8188eu: remove rtw_ieee80211_ht_cap structure

rtw_ieee80211_ht_cap does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ivan Safonov and committed by
Greg Kroah-Hartman
7494b27f cfecac2e

-16
-16
drivers/staging/rtl8188eu/include/wifi.h
··· 508 508 #define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000 509 509 #define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004 510 510 511 - /** 512 - * struct rtw_ieee80211_ht_cap - HT capabilities 513 - * 514 - * This structure refers to "HT capabilities element" as 515 - * described in 802.11n draft section 7.3.2.52 516 - */ 517 - 518 - struct rtw_ieee80211_ht_cap { 519 - unsigned short cap_info; 520 - unsigned char ampdu_params_info; 521 - unsigned char supp_mcs_set[16]; 522 - unsigned short extended_ht_cap_info; 523 - unsigned int tx_BF_cap_info; 524 - unsigned char antenna_selection_info; 525 - } __packed; 526 - 527 511 /** 528 512 * struct rtw_ieee80211_ht_cap - HT additional information 529 513 *