Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Jun 15, 2016
1 parent c7ecfce commit 904aa04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

KDIR ?= /lib/modules/`uname -r`/build
DST_DIR ?= /lib/modules/`uname -r`/kernel/drivers/net/wireless/
PKG_VER ?= 2.0.3
PKG_VER ?= 2.0.4

all:
$(MAKE) -C $(KDIR) M=$(CURDIR)/rt2x00 modules
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ DEST_MODULE_LOCATION[0]=/kernel/drivers/net/wireless/
DEST_MODULE_NAME[1]=mt76xx
DEST_MODULE_LOCATION[1]=/kernel/drivers/net/wireless/
PACKAGE_NAME=mt7630e
PACKAGE_VERSION=2.0.3
PACKAGE_VERSION=2.0.4
REMAKE_INITRD=yes
5 changes: 5 additions & 0 deletions rt2x00/rt2800lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -9009,6 +9009,11 @@ int rt2800_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
enum ieee80211_ampdu_mlme_action action = params->action;
struct ieee80211_sta *sta = params->sta;
u16 tid = params->tid;
/*
u16 *ssn = &params->ssn;
u8 buf_size = params->buf_size;
bool amsdu = params->amsdu;
*/
#endif

struct rt2x00_sta *sta_priv = (struct rt2x00_sta *)sta->drv_priv;
Expand Down

0 comments on commit 904aa04

Please sign in to comment.