summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-09-068-82/+1566
|\
| * [PATCH] orinoco: New driver - spectrum_cs.Pavel Roskin2005-09-053-0/+1134
| * [PATCH] orinoco: New driver - orinoco_nortel.Pavel Roskin2005-09-053-0/+334
| * [PATCH] orinoco: Remove EXPERIMENTAL mark from PLX_HERMES, TMD_HERMES and PCI...Pavel Roskin2005-09-051-12/+6
| * [PATCH] orinoco: Optimize orinoco_join_ap()Pavel Roskin2005-09-051-7/+11
| * [PATCH] orinoco: Fix memory leak on error in processing hostscan frames.Pavel Roskin2005-09-051-1/+3
| * [PATCH] orinoco: Remove entry for Intel PRO/Wireless 2011B.Pavel Roskin2005-09-051-1/+0
| * [PATCH] orinoco: Change orinoco_translate_scan() to return error code on error.Pavel Roskin2005-09-051-28/+43
| * [PATCH] (6/7) missing include (ipw2200)viro@ftp.linux.org.uk2005-09-051-0/+1
| * [PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100)viro@ftp.linux.org.uk2005-09-051-34/+35
* | [IPW2200]: ipw2200.h needs linux/dma-mapping.hDavid S. Miller2005-09-051-0/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-051-3/+2
|\
| * [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl2005-09-011-2/+1
| * [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu2005-09-011-1/+1
* | [PATCH] fix pm_message_t stuff in -mm treePavel Machek2005-09-052-3/+3
* | [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-051-5/+5
* | [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek2005-09-052-4/+0
* | [wireless hostap] automatically select ieee80211 dependency in KconfigJeff Garzik2005-09-021-0/+2
* | /spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2005-09-011-39/+39
|\ \
| * \ /spare/repo/netdev-2.6 branch 'master'Jeff Garzik2005-09-011-39/+39
| |\ \ | | |/
| | * Merge upstream into 'upstream' branch of netdev-2.6.git.Jeff Garzik2005-08-241-1/+1
| | |\
| | * | [PATCH] orinoco: Sparse fixesPeter Hagervall2005-07-311-39/+39
* | | | [PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()Jouni Malinen2005-08-311-7/+7
* | | | [PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()Kalle Valo2005-08-281-1/+1
* | | | [PATCH] hostap: Fix hash values for product stringsJouni Malinen2005-08-281-1/+1
* | | | [PATCH] hostap: Update versionJouni Malinen2005-08-281-1/+1
* | | | hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix buildJeff Garzik2005-08-253-9/+9
* | | | /spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2005-08-256-180/+154
|\ \ \ \ | |/ / /
| * | | ieee80211: new constants from latest 802.11x specificationsJiri Benc2005-08-251-4/+4
| * | | ipw2200: minor cleanupsJiri Benc2005-08-252-10/+2
| * | | This removes support for old (and non-mainline) kernels from ipw2200.Jiri Benc2005-08-252-28/+0
| * | | ipw2100: interface-up carrier state fixJiri Benc2005-08-251-1/+3
| * | | ipw2100: Fix incorrectly named config option.Jiri Benc2005-08-251-1/+1
| * | | ipw2100: minor cleanupsJiri Benc2005-08-252-78/+86
| * | | ipw2100: remove custom debug-print macrosJiri Benc2005-08-251-45/+45
| * | | ipw2100: remove strange symbol prefixesJiri Benc2005-08-251-13/+13
* | | | /spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2005-08-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge upstream into ieee80211.Jeff Garzik2005-08-241-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | [PATCH] Kconfig fix (airo_cs on m32r)Al Viro2005-08-231-1/+1
| | |/
* | | [PATCH] more-u32-vs-pm_message_t-fixes-6Andrew Morton2005-08-191-1/+1
* | | [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 onesJouni Malinen2005-08-156-67/+65
* | | [PATCH] hostap: Capability field is called ESS, not BSSJouni Malinen2005-08-151-3/+0
* | | /spare/repo/netdev-2.6 branch 'ieee80211'Jeff Garzik2005-08-151-1/+1
|\ \ \ | |/ /
| * | [PATCH] ieee80211: Capability field is called ESS, not BSSJouni Malinen2005-08-151-1/+1
* | | [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen2005-08-148-152/+114
* | | [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdrJouni Malinen2005-08-146-119/+98
* | | [PATCH] hostap: Remove extra definesJouni Malinen2005-08-142-15/+0
* | | [PATCH] hostap: Use void *hw_priv instead of #ifdef in local dataJouni Malinen2005-08-144-98/+166
* | | [PATCH] hostap: Remove experimental PCI bus master/DMA codeJouni Malinen2005-08-146-273/+13
* | | [PATCH] hostap: Fix skb->cb use for TX meta dataJouni Malinen2005-08-144-32/+30
OpenPOWER on IntegriCloud