I have read pages and pages of wiki and I'm just more confused than ever as to driver and patches to use with the aircrack-ng suite. The card chipset is ath5k but the info is conflicting as to which is the best to use.
cat /proc/version
Linux version 3.5.0-22-generic (buildd@lamiak) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #33-Ubuntu SMP Wed Jan 2 21:45:40 UTC 2013
lsmod | grep ath5k
ath5k 135206 0
ath 19188 1 ath5k
mac80211 461203 1 ath5k
cfg80211 175574 3 ath5k,ath,mac80211
lsmod | grep mac80211
mac80211 461203 1 ath5k
cfg80211 175574 3 ath5k,ath,mac80211
so do I use ath5k or mac80211 and then do I have to blacklist all the others? or am I good to go as I followed the instructions to get to this point but it just seems really confusing and conflicting.