You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ath9k: remove unused base_index from rate table.
base index is not used anymore and so remove it. Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
812c7c35a0
commit
aaa41ec425
+160
-160
File diff suppressed because it is too large
Load Diff
@@ -162,7 +162,6 @@ struct ath_rate_table {
|
||||
u8 ratecode;
|
||||
u8 dot11rate;
|
||||
u8 ctrl_rate;
|
||||
u8 base_index;
|
||||
u8 cw40index;
|
||||
u8 sgi_index;
|
||||
u8 ht_index;
|
||||
|
||||
Reference in New Issue
Block a user