|
@@ -2397,12 +2397,12 @@ struct rtllib_device {
|
|
|
struct rtllib_network *network, u16 type);
|
|
|
int (*is_qos_active)(struct net_device *dev, struct sk_buff *skb);
|
|
|
|
|
|
- /* Softmac-generated frames (mamagement) are TXed via this
|
|
|
+ /* Softmac-generated frames (management) are TXed via this
|
|
|
* callback if the flag IEEE_SOFTMAC_SINGLE_QUEUE is
|
|
|
* not set. As some cards may have different HW queues that
|
|
|
* one might want to use for data and management frames
|
|
|
* the option to have two callbacks might be useful.
|
|
|
- * This fucntion can't sleep.
|
|
|
+ * This function can't sleep.
|
|
|
*/
|
|
|
int (*softmac_hard_start_xmit)(struct sk_buff *skb,
|
|
|
struct net_device *dev);
|
|
@@ -2441,9 +2441,9 @@ struct rtllib_device {
|
|
|
* it is called in a work_queue when switching to ad-hoc mode
|
|
|
* or in behalf of iwlist scan when the card is associated
|
|
|
* and root user ask for a scan.
|
|
|
- * the fucntion stop_scan should stop both the syncro and
|
|
|
+ * the function stop_scan should stop both the syncro and
|
|
|
* background scanning and can sleep.
|
|
|
- * The fucntion start_scan should initiate the background
|
|
|
+ * The function start_scan should initiate the background
|
|
|
* scanning and can't sleep.
|
|
|
*/
|
|
|
void (*scan_syncro)(struct net_device *dev);
|