mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00:00
mt76: use proper name for __MT76x02_H macro
Use proper name for __MT76x02_H macro in mt76x02.h Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
e76deac6f0
commit
3121742915
@ -15,8 +15,8 @@
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __MT76X02_UTIL_H
|
||||
#define __MT76X02_UTIL_H
|
||||
#ifndef __MT76x02_H
|
||||
#define __MT76x02_H
|
||||
|
||||
#include <linux/kfifo.h>
|
||||
|
||||
@ -238,4 +238,4 @@ mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast)
|
||||
return &sta->vif->group_wcid;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* __MT76x02_H */
|
||||
|
Loading…
Reference in New Issue
Block a user