Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: chromeos/compat-wireless/drivers/net/wireless/orinoco/cfg.h

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* cfg80211 support.
2 *
3 * See copyright notice in main.c
4 */
5 #ifndef ORINOCO_CFG_H
6 #define ORINOCO_CFG_H
7
8 #include <net/cfg80211.h>
9
10 extern const struct cfg80211_ops orinoco_cfg_ops;
11
12 void orinoco_wiphy_init(struct wiphy *wiphy);
13 int orinoco_wiphy_register(struct wiphy *wiphy);
14
15 #endif /* ORINOCO_CFG_H */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698