Skip to content

Commit

Permalink
rtl8192du: Repair some changes that led to build errirs
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
lwfinger committed Dec 10, 2014
1 parent 95d5aec commit 2e6a5d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions include/basic_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ value to host byte ordering.*/
#define N_BYTE_ALIGMENT(__value, __aligment) ((__aligment == 1) ? \
(__value) : (((__value + __aligment - 1) / __aligment) * __aligment))

#ifndef ether_addr_copy
#define ether_addr_copy(_dst, _src) memcpy(_dst, _src, ETH_ALEN)
#endif

#ifndef IEEE80211_WEP_IV_LEN
#define IEEE80211_WEP_IV_LEN 4
#define IEEE80211_WEP_ICV_LEN 4
Expand Down
11 changes: 0 additions & 11 deletions include/wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -736,17 +736,6 @@ struct ADDBA_request {
* @no_cck: don't use cck rates for this frame
* @dont_wait_for_ack: tells the low level not to wait for an ack
*/
#ifndef cfg80211_mgmt_tx_params
struct cfg80211_mgmt_tx_params {
struct ieee80211_channel *chan;
bool offchan;
unsigned int wait;
const u8 *buf;
size_t len;
bool no_cck;
bool dont_wait_for_ack;
};
#endif

/* 802.11n HT capabilities masks */
#define IEEE80211_HT_CAP_SUP_WIDTH 0x0002
Expand Down

0 comments on commit 2e6a5d1

Please sign in to comment.