···331 /* Fill the receive configuration URB and initialise the Rx call back */332 usb_fill_bulk_urb(cardp->rx_urb, cardp->udev,333 usb_rcvbulkpipe(cardp->udev, cardp->ep_in),334- (void *) (skb->tail),335 MRVDRV_ETH_RX_PACKET_BUFFER_SIZE, callbackfn, cardp);336337 cardp->rx_urb->transfer_flags |= URB_ZERO_PACKET;
···331 /* Fill the receive configuration URB and initialise the Rx call back */332 usb_fill_bulk_urb(cardp->rx_urb, cardp->udev,333 usb_rcvbulkpipe(cardp->udev, cardp->ep_in),334+ skb_tail_pointer(skb),335 MRVDRV_ETH_RX_PACKET_BUFFER_SIZE, callbackfn, cardp);336337 cardp->rx_urb->transfer_flags |= URB_ZERO_PACKET;
-20
include/net/mac80211.h
···74 */7576/**77- * enum ieee80211_notification_type - Low level driver notification78- * @IEEE80211_NOTIFY_RE_ASSOC: start the re-association sequence79- */80-enum ieee80211_notification_types {81- IEEE80211_NOTIFY_RE_ASSOC,82-};83-84-/**85 * struct ieee80211_ht_bss_info - describing BSS's HT characteristics86 *87 * This structure describes most essential parameters needed···1788 */1789void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_hw *hw, const u8 *ra,1790 u16 tid);1791-1792-/**1793- * ieee80211_notify_mac - low level driver notification1794- * @hw: pointer as obtained from ieee80211_alloc_hw().1795- * @notif_type: enum ieee80211_notification_types1796- *1797- * This function must be called by low level driver to inform mac80211 of1798- * low level driver status change or force mac80211 to re-assoc for low1799- * level driver internal error that require re-assoc.1800- */1801-void ieee80211_notify_mac(struct ieee80211_hw *hw,1802- enum ieee80211_notification_types notif_type);18031804/**1805 * ieee80211_find_sta - find a station
···74 */7576/**0000000077 * struct ieee80211_ht_bss_info - describing BSS's HT characteristics78 *79 * This structure describes most essential parameters needed···1796 */1797void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_hw *hw, const u8 *ra,1798 u16 tid);00000000000017991800/**1801 * ieee80211_find_sta - find a station