~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8187se/ieee80211/ieee80211.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1099
1099
         * not set. As some cards may have different HW queues that
1100
1100
         * one might want to use for data and management frames
1101
1101
         * the option to have two callbacks might be useful.
1102
 
         * This fucntion can't sleep.
 
1102
         * This function can't sleep.
1103
1103
         */
1104
1104
        int (*softmac_hard_start_xmit)(struct sk_buff *skb,
1105
1105
                               struct net_device *dev);
1138
1138
         * it is called in a work_queue when swithcing to ad-hoc mode
1139
1139
         * or in behalf of iwlist scan when the card is associated
1140
1140
         * and root user ask for a scan.
1141
 
         * the fucntion stop_scan should stop both the syncro and
 
1141
         * the function stop_scan should stop both the syncro and
1142
1142
         * background scanning and can sleep.
1143
 
         * The fucntion start_scan should initiate the background
 
1143
         * The function start_scan should initiate the background
1144
1144
         * scanning and can't sleep.
1145
1145
         */
1146
1146
        void (*scan_syncro)(struct net_device *dev);