Changeset 3123 for madwifi/trunk/ath/if_ath.c
- Timestamp:
- 01/10/08 21:10:41 (4 years ago)
- Files:
-
- madwifi/trunk/ath/if_ath.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
madwifi/trunk/ath/if_ath.c
r3122 r3123 2959 2959 * 2960 2960 * Context: process context with BHs disabled 2961 * It mut return either NETDEV_TX_OK or NETDEV_TX_BUSY 2961 2962 */ 2962 2963 static int … … 5874 5875 * 5875 5876 * NB: MAY ALLOCATE */ 5876 st ruct sk_buff *5877 static struct sk_buff * 5877 5878 ath_skb_removepad(struct sk_buff *skb, unsigned int copy_skb) 5878 5879 {
