aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26p54: improve TSF timestamp precisionChristian Lamparter1-1/+5
2012-11-26iwlwifi: initialize rx_statusJohannes Berg1-1/+1
2012-11-26iwlegacy: initialize rx_statusJohannes Berg2-2/+2
2012-11-26brcmsmac: Add __printf verification to logging prototypesJoe Perches1-2/+8
2012-11-26cfg80211: fix some tracing output issuesJohannes Berg1-76/+73
2012-11-26mac80211_hwsim: remove printing scan configJohannes Berg1-6/+0
2012-11-26mac80211_hwsim: advertise VHT supportJohannes Berg1-0/+28
2012-11-26wireless: add definitions for VHT MCS supportJohannes Berg1-0/+23
2012-11-26mac80211: support VHT rates in TX infoJohannes Berg2-20/+57
2012-11-26mac80211: support drivers reporting VHT RXJohannes Berg5-10/+66
2012-11-26nl80211/cfg80211: add VHT MCS supportJohannes Berg4-24/+144
2012-11-26mac80211: convert to channel definition structJohannes Berg20-262/+220
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg13-113/+507
2012-11-26cfg80211: pass a channel definition structJohannes Berg20-402/+403
2012-11-26nl80211: add documentation for channel typeJohannes Berg1-0/+9
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg24-172/+81
2012-11-26mac80211: fix managed mode channel flags handlingJohannes Berg1-9/+5
2012-11-26mac80211: remove mesh config macros from mesh_plink.cMarco Porsch1-15/+13
2012-11-26mac80211: refactor ieee80211_set_qos_hdrMarco Porsch1-17/+23
2012-11-26mac80211: move Mesh Capability field definition to ieee80211.hMarco Porsch4-19/+20
2012-11-26mac80211: in ADHOC print debug message for every Auth messageAntonio Quartulli1-2/+4
2012-11-26mac80211: in ADHOC don't update last_rx if sta is not authorizedAntonio Quartulli1-3/+7
2012-11-26cfg80211: change function signature of cfg80211_get_p2p_attr()Arend van Spriel2-4/+6
2012-11-23cfg80211: use DS or HT operation IEs to determine BSS channelJohannes Berg2-9/+45
2012-11-23mac80211: disable HT advertising unless AP supports itJohannes Berg1-0/+1
2012-11-23mac80211: rename IEEE80211_STA_DISABLE_11N to HTJohannes Berg2-9/+9
2012-11-23mac80211: fix RX chains configurationJohannes Berg1-16/+21
2012-11-23mac80211: fix radiotap vendor area skippingJohannes Berg1-4/+7
2012-11-21rtl8723ae: fix build break from "mac80211: support RX_FLAG_MACTIME_END"John W. Linville1-1/+1
2012-11-21brcmsmac: Remove stray argument from debug macroSeth Forshee1-1/+1
2012-11-21brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constantsSeth Forshee1-27/+0
2012-11-21ath9k: Remove 'stations' debugfs fileSujith Manoharan4-95/+0
2012-11-21ath9k: Fix rate control debuggingSujith Manoharan2-19/+33
2012-11-21ath9k: Fill remove_sta_debugfs() callbackSujith Manoharan2-4/+15
2012-11-21ath9k: Add a debugfs file to dump queue statisticsSujith Manoharan1-0/+53
2012-11-21ath9k: Fix the 'xmit' debugfs fileSujith Manoharan6-105/+23
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan16-86/+79
2012-11-21net/wireless: ipw2200: introduce ipw_set_geo functionStanislav Yakovlev1-14/+23
2012-11-21ath9k: stomp audio profiles on weak signal strengthRajkumar Manoharan5-1/+25
2012-11-21ath9k: Fix MCI reset in BT cal_reqRajkumar Manoharan4-19/+7
2012-11-21ath9k: Process FATAL interrupts at firstRajkumar Manoharan1-12/+9
2012-11-21mac80211: Add debugfs callbacks for station addition/removalSujith Manoharan3-0/+59
2012-11-21iwlwifi: remove effectless assignmentEmmanuel Grumbach1-2/+0
2012-11-20brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville1-0/+1
2012-11-20brcmfmac: check return from kzalloc in brcmf_fweh_process_eventJohn W. Linville1-0/+3
2012-11-20brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee2-27/+0
2012-11-20brcmsmac: Add tracepoint for AMPDU session informationSeth Forshee2-0/+36
2012-11-20brcmsmac: Add tracepoint for macintstatusSeth Forshee2-4/+24
2012-11-20brcmsmac: Improve tx trace and debug supportSeth Forshee4-250/+94
2012-11-20brcmsmac: Add brcms_dbg_ht() debug macroSeth Forshee4-20/+25