Skip to content

Commit

Permalink
hostap:hostap_hw.c Fix typo in comment
Browse files Browse the repository at this point in the history
The patch below fixes a typo in a comment.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Aug 4, 2010
1 parent c2e07b3 commit 17964e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/hostap/hostap_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ static int prism2_tx_80211(struct sk_buff *skb, struct net_device *dev)
/* Some SMP systems have reported number of odd errors with hostap_pci. fid
* register has changed values between consecutive reads for an unknown reason.
* This should really not happen, so more debugging is needed. This test
* version is a big slower, but it will detect most of such register changes
* version is a bit slower, but it will detect most of such register changes
* and will try to get the correct fid eventually. */
#define EXTRA_FID_READ_TESTS

Expand Down

0 comments on commit 17964e9

Please sign in to comment.